simple dockerfile to create ubuntu os with vim git ping ansible ssh and docker (docker in docker )
$ docker pull gaetan1903/ubuntu00:latest
or
$ docker pull docker.pkg.github.com/gaetan1903/ubuntu00/ubuntu00:latest
$ docker run -tid --name ub0 -v /var/run/docker.sock:/var/run/docker.sock ubuntu00:latest
$ docker exec -ti ub0 bash
ssh -l root ip_adress
password: toor
I use it to pratice using
- ansible with many instances of container ( ansible requires only python and ssh)
- ansible - docker
- docker - ansible
- docker in docker