Skip to main content
How to change/modify container options (after docker run)
Follow these step
- stop docker service (service docker stop)
- cd to /var/lib/docker/containers/{container id}/
You can use command docker inspect {container name} to see the container id

- modify config.v2.json or hostconfig.json
- start docker (service docker start)
Comments