Loading
Milan Felix Šulc
This is a live streamed presentation. You will automatically follow the presenter and see the slide they're currently on.
26.10.2017
github.com/trainit/2017-10-25-docker-meetup
f3l1x.io
github.com/f3l1x
twitter.com/xf3l1x
Opensource elePHPant keeper, @contributte + @nettrine engineer, @planette writter, @dockette orchestrator, @FriendsOfNette creator and core @nette member.
FROM alpine:3.6 MAINTAINER Felix The Cat ENV FOO=BAR RUN whoami ADD myfile.txt /myfile2.txt COPY myfile.txt /myfile2.txt EXPOSE 1234 VOLUME /mnt/data ENTRYPOINT /usr/bin/run-forest-run CMD run-forest-run
docker build -t myimage ./myapp
Dockerfile
Image
docker run [options] myimage [arguments]
Container #1
Container #2
Docker
Hub
Store
Registry
ID
Cloud
Machine