Ubuntu Xenial image running minimal services: systemd, journald, sshd, dind (docker in docker)
1.1K
This will also copy your ~/.ssh/id_rsa.pub over (in authorized_keys):
docker-compose up --build --scale srv=3
To see ips:
docker inspect $(docker ps -q -f name=fakebuntu) -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'
Content type
Image
Digest
Size
170.2 MB
Last updated
about 9 years ago
docker pull ionelmc/fakebuntu