docker-archive / dockercloud-agent

Agent to manage docker in nodes controlled by Docker Cloud
https://cloud.docker.com/
Apache License 2.0
34 stars 21 forks source link

How do I change the Docker image installation directory? #34

Closed hyacinthus closed 7 years ago

hyacinthus commented 7 years ago

Edit my /etc/default/docker file with the -g option does not work any more.

tifayuki commented 7 years ago

In Docker Cloud, docker daemon is managed by the agent. You can go to /etc/dockercloud/agent/dockercloud-agent.conf and modify DockerOpts there.

hyacinthus commented 7 years ago

Thank you, I'll try it later.

hyacinthus commented 7 years ago

It works.