mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
7 lines
178 B
Bash
7 lines
178 B
Bash
|
|
||
|
docker run -d --name centos7 \
|
||
|
-ti -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
|
||
|
--restart always \
|
||
|
--privileged \
|
||
|
--entrypoint=/usr/sbin/init \
|
||
|
registry.casjay.in/latest/centos:centos7
|