Ubuntu (16.04) Xenial Base Image for testing software packages in Ubuntu
1.0K
Ubuntu (16.04) Xenial Base Image for testing software packages in Ubuntu
sudo docker run --name ubuntu-playground -d lysender/ubuntu-playground
sudo docker exec -it ubuntu-playground bash
# Do whatever you want
# Looking for the right package name?
apt-cache search awscli
# Not sure about the config path?
ls /etc/nginx/*
This image contains supervisor and some python packages required by supervisor. Too lazy to find a better entry script, so for now, we are stuck to:
CMD ["/usr/bin/supervisord", "-n"]
Pull requests are welcome!
Content type
Image
Digest
Size
83.6 MB
Last updated
almost 9 years ago
docker pull lysender/ubuntu-playground