Skip to content

Commit

Permalink
docker: seccomp=unconfined
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb70289 committed Mar 17, 2021
1 parent eb61506 commit eff87ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ $ docker manifest annotate cyb70289/busybox cyb70289/busybox-arm64 --arch arm64
$ docker manifest push --purge cyb70289/busybox


enable bind mount in docker
===========================
$ docker run --cap-add SYS_ADMIN --security-opt apparmor=unconfined ...
docker run with privilege
=========================
$ docker run --cap-add SYS_ADMIN \
--security-opt apparmor=unconfined \
--security-opt seccomp=unconfined \
...


docker in docker
Expand Down

0 comments on commit eff87ab

Please sign in to comment.