A one paragraph description about the container.
These instructions will cover usage information for the Docker container.
In order to run this container you'll need Docker installed.
Pull give.example.org/of/your/container:v0.2.1
from the Docker repository:
docker pull give.example.org/of/your/container:v0.2.1
Or build give.example.org/of/your/container:v0.2.1
from source:
git clone https://github.com/your/repository.git
cd repository
docker build -t give.example.org/of/your/container:v0.2.1 .
List the different parameters available to your container:
docker run give.example.org/of/your/container:v0.2.1 parameters
One example per permutation:
docker run give.example.org/of/your/container:v0.2.1
Show how to get a shell started in your container too:
docker run give.example.org/of/your/container:v0.2.1 bash
VARIABLE_ONE
- A DescriptionANOTHER_VAR
- More DescriptionYOU_GET_THE_IDEA
- And another
/your/file/location
- File location
/some/special/script.sh
- List special scripts/magic/dir
- And also directories
- List the software v0.1.3
- And the version numbers v2.0.0
- That are in this container v0.3.2
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
- Marcelo Mariano - Mantainer - MarceloHMariano
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
- People you want to thank
- If you took a bunch of code from somewhere list it here