Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 661 Bytes

Tmuxinator in Docker

Simple tmuxinator docker image based on alpine

Usage

Importing a tmuxinator file

If you have a local tmuxintaor file you can use the example command below to import and execute tmuxinator local.

docker run \
  -it \
  -v $PWD:/app \
  -w /app \
  tomnlittle/tmuxinator \
  tmuxinator local

Find Us

Authors

  • Thomas Northall-Little

License

This project is licensed under the MIT License - see the LICENSE.md file for details.