pig
pig copied to clipboard
pig
I ran into this issue when I had an API Server that I wanted to spin up with my App Server (and vice versa) /app/pig.json ``` { "include": { "../api/pig.json":...
Temporary docker containers are used in our company that are not needed anymore after the application has stopped. This option is very convenient for us. Probably it should be useful...
Travis?
If container has exited but is still visible in `docker ps -a` output, it is considered to be still running and will not be restarted when starting with `recreate: false`
This could DRY up some configurations