-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.yaml
More file actions
50 lines (37 loc) · 1.02 KB
/
README.yaml
File metadata and controls
50 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: Docker Application Python3
# Short description of this project
description: |-
Dockerfile for UNION POS Python 3 application containers.
# Canonical GitHub repo
github_repo: UnionPOS/docker-application-python
# How to get started quickly
quickstart: |-
Here's how to get started...
1. ensure you have a [baseline configuration](https://github.com/UnionPOS/baseline/)
1. `git clone https://github.com/UnionPOS/docker-project` to pull down the repository
1. `make init` to initialize the [`build-harness`](https://github.com/UnionPOS/build-harness/)
# How to use this project
usage: |-
### Building the image
```sh
make build
```
### Running the container
```bash
make run
```
### Running the container (interactive mode)
```bash
make it
```
# References
references:
- name: "Docker"
description: "Docker Documentation"
url: "https://docs.docker.com/"