We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fcde2 commit 3cd819cCopy full SHA for 3cd819c
base/podman/Dockerfile
@@ -59,7 +59,7 @@ RUN ./hack/install_utils.sh && rm -rf ./*
59
# Install podman
60
RUN curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_7/devel:kubic:libcontainers:stable.repo && \
61
yum -y install podman fuse-overlayfs && \
62
- echo "alias docker=podman" >> /root/.bashrc && \
+ ln -s /usr/bin/podman /usr/bin/docker && \
63
yum -y clean all --enablerepo='*'
64
65
COPY storage.conf /etc/containers/storage.conf
0 commit comments