index
:
docker-presentation
master
Slides and Examples for my Docker presentation at YEGSEC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
example3
/
Dockerfile
blob: 9fb6973d7470e579e1d61ddd732609d46429350a (
plain
)
1
2
3
4
5
FROM
ubuntu:18.04
RUN
apt-get
update
&&
apt-get
install
-y
vim
WORKDIR
/usr/src/app