Skip to content
Snippets Groups Projects

Fix a few code style things

Merged Jan Frenzel requested to merge fix-few-code-style into preview
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading