Go to file
Jack Moore a2ef2a9c2b init 2024-12-23 13:04:49 -05:00
Dockerfile init 2024-12-23 13:04:49 -05:00
README.md init 2024-12-23 13:04:49 -05:00
entrypoint.sh init 2024-12-23 13:04:49 -05:00

README.md

Docker Ansible Testing

This repo is to spin up a docker container that runs systemd and openssh to be able to test out ansible playbooks on it.

Getting Started:

docker build -t dat:latest .
docker run -it --privileged --cap-add=ALL -p 10022:22 --rm -d dat:latest