Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Run docker unrestricted so I can run strace
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoconti83 committed Jul 31, 2019
1 parent 4bd9ae6 commit 7a80db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-shell.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -it --rm -v $(pwd):/root wire/cryptobox-jni
docker run --security-opt seccomp:unconfined -it --rm -v $(pwd):/root wire/cryptobox-jni

0 comments on commit 7a80db7

Please sign in to comment.