mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-12-15 02:07:00 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
7
scripts/centos7.sh
Executable file
7
scripts/centos7.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user