a short one
yay
by machine role
by team member role
setup
https://blog.docker.com/2013/08/paas-present-and-future/
solutions
again
containers
containers
https://www.docker.com/what-container
support
windows?
installing
installing on Linux
installing on Windows
installing on Mac
doing stuff
pull
$ docker pull alpine:latestimages
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
alpine latest 37eec16f1872 13 hours ago 3.97MB
run
$ docker run -it alpine cat /etc/issue$ docker run -it alpine /bin/shps
$ docker ps$ docker ps -aDockerfile
FROM alpine:latest
CMD cat /etc/issuebuild
$ docker build -t myfirstimage .https://github.com/codrineugeniu/docker-weather
demo
docker-compose
Caveats
further reading