Build Image
FROM hello-world
MAINTAINER Ondrej Kvasnovsky <ondrej.kvasnovsky@gmail.com>docker build -f Dockerfile -t demo/hello-world .➜ demo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
demo/hello-world latest 095848a4f47f 3 minutes ago 1.85kB➜ demo docker run demo/hello-world
Hello from Docker!
...Last updated