From link.
Stop the Docker daemon and change the container config in:
/var/lib/docker/containers/[container-id]/config.json
You can find the container-id by executing:
docker inspect [container-name]
Artist Engineer
From link.
Stop the Docker daemon and change the container config in:
/var/lib/docker/containers/[container-id]/config.json
You can find the container-id by executing:
docker inspect [container-name]