Skip to content

Commit

Permalink
shouldn't matter, but let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
rauerhans committed Aug 17, 2023
1 parent eb27230 commit 14a0577
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dockerfiles/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ RUN printf "plural:1:999\nplural:1001:64535" > /etc/subuid
RUN printf "plural:1:999\nplural:1001:64535" > /etc/subgid
#RUN echo "plural ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers

VOLUME /var/lib/containers
VOLUME /home/plural/.local/share/containers

COPY dockerfiles/podman-conf/containers.conf /etc/containers/containers.conf
COPY dockerfiles/podman-conf/storage.conf /etc/containers/storage.conf
Expand All @@ -159,6 +157,9 @@ RUN chmod 644 /etc/containers/containers.conf && \
RUN mkdir -p /home/plural/.local/share/containers && \
chown plural:plural -R /home/plural

VOLUME /var/lib/containers
VOLUME /home/plural/.local/share/containers

ENV _CONTAINERS_USERNS_CONFIGURED=""

RUN mkdir -p /var/lib/shared/overlay-images \
Expand Down

0 comments on commit 14a0577

Please sign in to comment.