tools/scripts/centos7.sh
2023-02-23 23:38:31 -05:00

8 lines
208 B
Bash
Executable File

#!/usr/bin/env 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