Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
45fd6363
Commit
45fd6363
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Updated `wiki` aliases in contribute_container.md to reflect changes of
Dockerfile.
parent
a64ae187
No related branches found
Branches containing commit
No related tags found
2 merge requests
!530
Automated merge from preview to main
,
!502
Added mermaid code snippet + installation of mermaid.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
+3
-3
3 additions, 3 deletions
doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
with
3 additions
and
3 deletions
doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
+
3
−
3
View file @
45fd6363
...
...
@@ -67,7 +67,7 @@ To avoid a lot of retyping, use the following in your shell:
```
bash
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
bash -c
"
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
...
...
@@ -79,7 +79,7 @@ Here is a suggestion of a workflow which might be suitable for you.
The command(s) to start the dockerized web server is this:
```
bash
wiki
"
mkdocs serve -a 0.0.0.0:8000
"
wiki mkdocs serve
-a
0.0.0.0:8000
```
You can view the documentation via
`http://localhost:8000`
in your browser, now.
...
...
@@ -140,7 +140,7 @@ Read on if you want to run a specific check.
If you want to check whether the markdown files are formatted properly, use the following command:
```
bash
wiki
'
markdownlint docs
'
wiki markdownlint docs
```
#### Spell Checker
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment