hughesjr / rpms / docker

Forked from rpms/docker 4 years ago
Clone

Blame SOURCES/README-docker-common

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