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