Skip to content

c18s/Dockerfiles

Repository files navigation

Dockerfiles

Dockerfiles

Collection of Dockerfiles


Docker can build images automatically by reading the instructions from a Dockerfile, a text file that contains all the commands, in order, needed to build a given image. Dockerfiles adhere to a specific format and use a specific set of instructions. You can learn the basics on the Dockerfile Reference page.


License

This project is licensed under the MIT License - see the LICENSE file for details