These are test containers for ansible molecule tests.
8, latest7Run the container as a daemon
docker run -d --name centos --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro arillso/centos
or if it doesn't work
docker run -d --name centos --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro arillso/centos
Enter to the container
docker exec -it centos sh
Remove the container
docker rm -f centos
Content type
Image
Digest
Size
75.7 MB
Last updated
almost 6 years ago
docker pull arillso/centos