Update README.md

This commit is contained in:
Will Sargent 2014-11-13 15:26:27 +01:00
parent 5a84dfbefc
commit 3826b7a0ff

View file

@ -438,7 +438,9 @@ As part of that linking process, docker will copy any environment variables defi
I can then use commands like ```fig stop``` and ```fig rm``` to stop all my containers and remove them. I can then use commands like ```fig stop``` and ```fig rm``` to stop all my containers and remove them.
NB - docker will [eventually](https://gist.github.com/aanand/9e7ac7185ffd64c1a91a) absorb figs functionality with docker groups and docker up but it looks like they're keeping the yml config so it should be pretty seamless when it happens. NB - docker will [eventually](https://gist.github.com/aanand/9e7ac7185ffd64c1a91a) absorb figs functionality with docker groups and docker up but it looks like they're keeping the yml config so it should be pretty seamless when it happens.
###Troubleshooting
#### Troubleshooting
```fig run``` is a useful command for debugging issues. It allows me to startup a named container (and any it links to) and run a one off command. ```fig run``` is a useful command for debugging issues. It allows me to startup a named container (and any it links to) and run a one off command.
This allows me to do things like ```fig run web env``` which will give me a list of all the environment variables that are available on the web container including the ones generated via the link to app. This allows me to do things like ```fig run web env``` which will give me a list of all the environment variables that are available on the web container including the ones generated via the link to app.
@ -447,7 +449,9 @@ I can also use ```fig run web bash``` to run my web container interactively the
### Panamax ### Panamax
[Panamax](http://panamax.io/) -- nice web UI, will let you set up and download multiple docker containers. * [Panamax](http://panamax.io/)
Nice web UI, will let you set up and download multiple docker containers.
### Vessel ### Vessel