Docker build
~$ docker build -t tom/apache2 .
Sending build context to Docker daemon 2.048 kB
Sending build context to Docker daemon
Step 0 : FROM ubuntu
---> bdb87369f343
Step 1 : MAINTAINER Thomas Einwaller,
[email protected]
---> Using cache
---> adcf06d4a78f
Step 2 : RUN apt-get update && apt-get -y install apache2
---> Using cache
---> 5aee61ee1c84
...
Step 9 : EXPOSE 80
---> Using cache
---> ac985c02bfd6
Step 10 : CMD /usr/sbin/apache2 -D FOREGROUND
---> Running in 0a822e00e190
---> 89ac6eef066c
Successfully built 89ac6eef066c