Templates
Dockerfile
FROM alpine:3.7 LABEL maintainer="Arto Bendiken <arto@bendiken.net>" VOLUME /srv ENTRYPOINT ["/bin/sh"]
Installation
Installation on macOS
Installation on Ubuntu
Installation on Ubuntu 16.04
$ sudo apt install docker.io docker-compose $ sudo adduser $USER docker # log out and back in $ docker info
Tutorials
Commands
$ docker version $ docker image ls $ docker container ls --all
Tools
Images
- https://hub.docker.com/_/alpine/
- https://hub.docker.com/_/busybox/
- https://hub.docker.com/_/ubuntu/
- https://hub.docker.com/_/ubuntu-upstart/
- https://hub.docker.com/_/crux/
- https://hub.docker.com/_/postgres/
- https://hub.docker.com/_/mysql/
- https://hub.docker.com/_/nginx/
- https://hub.docker.com/_/scratch/