Sign inSign up

glillico/docker-debian13-ansible

By glillico

•Updated about 1 year ago

A docker container using Debian 13 with Ansible installed for playbook and role testing.

Image
0

1.6K

glillico/docker-debian13-ansible repository overview

⁠Debian 13 Docker Image for Ansible Testing

latest

A docker container using Debian 13 with Ansible installed for playbook and role testing.

⁠Tags

  • 'latest' : Python 3.13.x and the latest stable version of Ansible.

⁠How To Build

To build this docker container you can do the following.

  • Install Docker Engine, see here⁠ for details.
  • Clone this repository.
    • $ git clone https://github.com/glillico/docker-debian13-ansible.git
  • Change to the repositories directory.
    • $ cd docker-debian13-ansible
  • Run the command
    • $ docker build -t debian13-ansible .

⁠How To Use

  • Install Docker Engine, see here⁠ for details.
  • To create a containter from the image you created in the How To Build section run the command.
    • $ docker run --detach --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host debian13-ansible:latest
  • To confirm Ansible is working within the container run the command.
    • $ docker exec --tty <CONTAINER ID> env TERM=xterm ansible --version

⁠Notes

This image is used for testing purposes only and is not intended to be used to provide live services of any sort.

⁠License

MIT

⁠Author Information

Created in 2025 by Graham Lillico.

Tag summary

Content type

Image

Digest

sha256:72545ba65…

Size

148.2 MB

Last updated

about 1 year ago

docker pull glillico/docker-debian13-ansible