Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 549 Bytes

docker-examples

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.

Build your image

In general, you can build your image locally using: docker build -t your-image-name .

Run your image

To run your image, see the tutorial at https://docs.docker.com/get-started/part2/#run-your-image-as-a-container

Support

Need help? Contact us at [email protected]. We're happy to help.