August 2018
Intermediate to advanced
352 pages
12h 30m
English
$ git clone https://github.com/docker-cookbook/apache2
This repository contains the Dockerfile to bundle an apache2 service; listed here is the content of the Dockerfile:

$ cd apache2
$ tar cvf /tmp/apache2.tar *
$ curl -X POST \
-H "Content-Type:application/tar" \
--data-binary '@/tmp/apache2.tar' \
--unix-socket /var/run/docker.sock \
Read now
Unlock full access