March 2017
Beginner to intermediate
925 pages
18h 11m
English
I am going to refer Dockerfiles from the Fedora-Dockerfiles GitHub repo (https://github.com/fedora-cloud/Fedora-Dockerfiles) after forking it. If you are using Fedora, then you can also install the fedora-dockerfiles package to get the sample Dockerfiles in /usr/share/fedora-dockerfiles. In each of the subdirectories, you will put a Dockerfile, the supporting files and a README file.
The Fedora-Dockerfiles GitHub repo would have the latest examples and I highly recommend that you try out latest bits.
Clone the Fedora-Dockerfiles Git repo using the following command:
$ git clone https://github.com/nkhare/Fedora-Dockerfiles.git
Now, go to the apache subdirectory:
$ cd Fedora-Dockerfiles/apache/ ...Read now
Unlock full access