This is basic docker file example for understanding of its uses. You can simply clone this repository and build an image.
cd dockerfiles
Now build the docker image named apacheimage.
docker build -t apacheimage .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is basic docker file example for understanding of its uses. You can simply clone this repository and build an image.
cd dockerfiles
Now build the docker image named apacheimage.
docker build -t apacheimage .