Skip to content
Snippets Groups Projects
Commit eca70a16 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Fix code style of contribute_container.md

parent 11dce1e8
No related branches found
No related tags found
2 merge requests!1071Automated merge from preview to main,!1064Fix a few code style things
...@@ -92,8 +92,8 @@ docker build -t hpc-compendium . ...@@ -92,8 +92,8 @@ docker build -t hpc-compendium .
To avoid a lot of retyping, use the following in your shell: To avoid a lot of retyping, use the following in your shell:
```bash ```bash
alias wikiscript="docker run --name=hpc-compendium --rm -w /docs --mount src=$PWD,target=/docs,type=bind hpc-compendium" alias wikiscript="docker run --name=hpc-compendium --rm -w /docs --mount src=${PWD},target=/docs,type=bind hpc-compendium"
alias wiki="docker run --name=hpc-compendium -p 8000:8000 --rm -w /docs --mount src=$PWD/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium" alias wiki="docker run --name=hpc-compendium -p 8000:8000 --rm -w /docs --mount src=${PWD}/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium"
``` ```
## Working with the Docker Container ## Working with the Docker Container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment