diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-10-11 07:36:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 07:36:51 -0700 |
commit | 23c9816ba9ff1af3538dcb725d86fc565df53a30 (patch) | |
tree | a31f0ffbcc7e62c3c3a1a079d15d17c339bf134f /Dockerfile | |
parent | 71c2681310d1286d6ed465388373a3456944468b (diff) | |
parent | 1c0247ceb440ab6a946106af15ab6a87d228c14f (diff) | |
download | podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.tar.gz podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.tar.bz2 podman-23c9816ba9ff1af3538dcb725d86fc565df53a30.zip |
Merge pull request #1622 from baude/paprdind
Paprdind
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile index 2c43cb046..62be638f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -137,7 +137,3 @@ COPY test/policy.json /etc/containers/policy.json COPY test/redhat_sigstore.yaml /etc/containers/registries.d/registry.access.redhat.com.yaml WORKDIR /go/src/github.com/containers/libpod - -# Wrap all commands in the "docker-in-docker" script to allow nested containers, -# and allow testing of apparmor. -ENTRYPOINT ["./hack/dind"] |