Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Godenschwager
wbdbg_container
Commits
5f150e01
Commit
5f150e01
authored
Jan 15, 2018
by
Christian Godenschwager
Browse files
Added README.md
parent
55938966
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
5f150e01
Usage
=====
```
bash
./wbdbg_container.sh <IMAGE_NAME>
```
Example:
```
bash
./wbdbg_container.sh i10git.cs.fau.de:5005/walberla/buildenvs/gcc:7
```
waLBerla will be cloned for you at
`/walberla`
and an initial CMake cache is created at
`/build`
.
Requirements
============
You have to be a member of the
`docker`
group and able to run docker commands as regular user.
If you use images from a private regsitry (e.g.
`i10git.cs.fau.de:5005`
) make sure to login first using
`docker login`
.
For example:
```
docker login i10git.cs.fau.de:5005
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment