Joined April 2013
·
Posted to
Running docker as a client on Mac OS X
over 1 year
ago
Saving those of you who are using CoreOS in Vagrant some minutes -- change the docker daemon arguments as follows:
# mount -o remount,rw /
# vim /usr/lib/systemd/system/docker.service
# systemctl daemon-reload
# systemctl restart docker
Achievements
38 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
@zeisss: indeed, thanks for pointing that out.... I'm still trying to figure out how to properly manage a "production" deployment of CoreOS servers... for example how to populate the running instances' systemds with updated/additional service definitions