Skip to content

Commit

Permalink
#110: Fix CIKit mounting path
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Mar 19, 2018
1 parent 0e7cb4d commit 68c3f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
-h '{{ hostname }}' \
-e 'container=docker' \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
-v '{{ __selfdir__ }}':'{{ __selfdir__ }}' \
-v '{{ __selfdir__ }}/lib':'{{ __selfdir__ }}/lib' \
--cap-add=SYS_ADMIN \
--security-opt seccomp=unconfined \
--name '{{ hostname }}' \
Expand Down

0 comments on commit 68c3f59

Please sign in to comment.