dev-cafe / docker-images

Docker images for fun and for profit
MIT License
4 stars 2 forks source link

docker-images

Docker images for fun and for profit, mostly meant to be used in GitLab CI or Drone CI jobs.

DockerHub

The container images are automatically built on DockerHub at https://hub.docker.com/u/devcafe/ DockerHub does not allow dashes in user and organization names. It's devcafe, not dev-cafe!

For example you can download the ubuntu16.04-pgi17.4 container locally with:

docker pull devcafe/ubuntu16.04-pgi17.4

Then get a shell inside the container with

docker run -it devcafe/ubuntu16.04-pgi17.4 /bin/bash