remove docker link to podman
This commit is contained in:
parent
71a121c9a9
commit
91ddef0da5
1 changed files with 0 additions and 3 deletions
|
|
@ -109,9 +109,6 @@ rpm-ostree cleanup -m && rpm-ostree install ksshaskpass cronie distrobox fish ll
|
||||||
# Add docker-compose dependency for "podman compose" command
|
# Add docker-compose dependency for "podman compose" command
|
||||||
RUN rpm-ostree install docker-compose
|
RUN rpm-ostree install docker-compose
|
||||||
|
|
||||||
# Add docker -> podman alias for docker-compose to work properly
|
|
||||||
RUN ln -s /usr/bin/podman /usr/bin/docker
|
|
||||||
|
|
||||||
# Disable SELinux
|
# Disable SELinux
|
||||||
RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config
|
RUN sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/sysconfig/selinux && sed -i "s/^SELINUX=.*$/SELINUX=permissive/g" /etc/selinux/config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue