Skip to content
Snippets Groups Projects
Commit 76cbb329 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Add comment about ulimit in docker

parent 308a7d47
No related branches found
No related tags found
2 merge requests!3Jsc ci update,!2update JSC-CI branch to devel
......@@ -24,7 +24,7 @@ Running things by hand
----------------------
$ docker pull registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian
$ docker run -i -t registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian /bin/bash
$ docker run --ulimit memlock=133000:133000 -i -t registry.gitlab.com/cerl/maestro/maestro-core/buildenv/debian /bin/bash
# now you have a shell in the docker container that is currently used on gitlab for CI
$ mkdir /builds
$ cd /builds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment