Below you will find pages that utilize the taxonomy term “Trick”
Change the parameters of a docker container without knowing the docker run command used
3 minutes read | 466 words
I’m not sure how useful this Docker “trick” is, since it happens in a very niche situation.
At work, we have several instances running a suite of Docker containers, with some non-trivial amount of environment variables, port configurations, volumes and links among them. This is set up really easily using ansible: writing link/port/volume mappings in ansible (using the docker, container or docker-container modules, depending how long ago we set it up).