Skip to content

Instantly share code, notes, and snippets.

@byjg
Last active December 8, 2020 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byjg/9a8ec0c9438c4f32ca33993b627d9969 to your computer and use it in GitHub Desktop.
Save byjg/9a8ec0c9438c4f32ca33993b627d9969 to your computer and use it in GitHub Desktop.

containers/buildah#1901

docker run --security-opt seccomp=unconfined \
    --security-opt apparmor=unconfined \
    -it --rm alpine:edge sh

apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing buildah
docker run --security-opt seccomp=unconfined \
           --security-opt apparmor=unconfined \
           -it --rm ubuntu:20.10 bash

apt update -qq
apt install -y -qq curl buildah
update-ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment