Sign inSign up

arillso/debian

By arillso

Updated over 4 years ago

Image
0

2.6K

arillso/debian repository overview

Debian image for ansible molecule tests

These are test containers for ansible molecule tests.

Supported tags

  • 10, latest
  • 11
  • sid

Usage

  1. Run 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

  2. Enter to the container

    docker exec -it debian sh

  3. Remove the container

    docker rm -f debian

Tag summary

Content type

Image

Digest

Size

96.2 MB

Last updated

almost 6 years ago

docker pull arillso/debian