Skip to content

bodlyzheng/docker-images

 
 

Repository files navigation

How to run

docker run -t -p <port> -v /var/run/docker.sock:/docker.sock -v <figapp>:/app larrycai/fig

is the port in fig applications is the local absolute path for fig.yml

default it will run fig up, which you can pass the command after larrycai/fig or even using bash (don't forget to use -it then)

This is one solution for docker/compose#26

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.6%
  • Makefile 2.4%