Add docker -> podman alias for docker-compose to work properly
This commit is contained in:
parent
b6cf4637ad
commit
d7fefd18fb
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-ge
|
||||||
# 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
|
||||||
|
|
||||||
# Copy config files
|
# Copy config files
|
||||||
COPY etc /etc
|
COPY etc /etc
|
||||||
# Copy /usr
|
# Copy /usr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue