This repository provides example Dockerfiles that can be used for your projects. We try to provide well-documented Dockerfiles for general use cases that can be extended for your particular needs.
In general, you can build your image locally using:
docker build -t your-image-name .
To run your image, see the tutorial at https://docs.docker.com/get-started/part2/#run-your-image-as-a-container
Need help? Contact us at [email protected]. We're happy to help.