Skip to content

Commit

Permalink
fix: start docker.service on-demand instead of on-boot (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jan 1, 2024
1 parent f8dabd4 commit d965108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ 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 docker.service && \
RUN systemctl enable docker.socket && \
systemctl enable podman.socket && \
systemctl enable swtpm-workaround.service && \
systemctl enable --global bluefin-dx-user-vscode.service && \
Expand Down

0 comments on commit d965108

Please sign in to comment.