-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathUSAGE.j2
More file actions
19 lines (12 loc) · 700 Bytes
/
USAGE.j2
File metadata and controls
19 lines (12 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Usage
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
{{ "Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided." | admonition(flavour=markdown, severity="info") }}
### docker-compose (recommended, [click here for more info]({{ lsio_docs_url }}/general/docker-compose))
{% include "README_SNIPPETS/DOCKER_COMPOSE.j2" | trim %}
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
{% include "README_SNIPPETS/DOCKER_CLI.j2" | trim %}
{% if optional_block_1 %}
{% for item in optional_block_1_items %}
{{ item }}
{% endfor %}
{% endif %}