Skip to content

Commit

Permalink
chore: Add alias docker=podman (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Oct 9, 2023
1 parent fe86cca commit 495c904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ RUN dnf -y module enable container-tools:rhel8 && \
dnf -y update && \
dnf -y reinstall shadow-utils && \
dnf -y install podman buildah skopeo fuse-overlayfs
RUN echo 'alias docker=podman' >> /home/user/.bashrc

# Set up environment variables to note that this is
# not starting with usernamespace and default to
Expand Down

0 comments on commit 495c904

Please sign in to comment.