Skip to content

Commit

Permalink
feat(dx): turn on docker socket by default (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sturla <robertsturla@outlook.com>
  • Loading branch information
castrojo and p5 authored Dec 20, 2023
1 parent 894d397 commit ac2027c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ RUN wget https://raw.githubusercontent.com/ahmetb/kubectx/master/kubectx -O /usr
chmod +x /usr/bin/kubectx /usr/bin/kubens

# Set up services
RUN systemctl enable podman.socket && \
RUN systemctl enable docker.service && \
systemctl enable podman.socket && \
systemctl disable pmie.service && \
systemctl disable pmlogger.service

Expand Down

0 comments on commit ac2027c

Please sign in to comment.