Skip to content

tomnlittle/docker-tmuxinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.