hughesjr / rpms / docker

Forked from rpms/docker 4 years ago
Clone

Blame SOURCES/README-docker-common

78f495
docker-common installs a script at /usr/bin/docker which will point to
78f495
/usr/bin/docker-current by default. The docker daemon user could set the
78f495
DOCKERBINARY variable in /etc/sysconfig/docker to point this to
78f495
/usr/bin/docker-latest instead.
638b7f
638b7f
It also installs an hourly cron job to cleanup dead containers. This job will
638b7f
not run if neither docker nor docker-latest is running.