Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
  • Loading branch information
vvoland committed Oct 17, 2024
1 parent af9c58c commit 56457f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/docker/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ disk: 60GiB
# This file: Mount the home as read-only, /tmp/lima as writable
mounts:
- location: "~"
- location: "{{toolDir}}"
mountPoint: /tool
- location: "/tmp/lima"
writable: true
Expand Down Expand Up @@ -234,7 +232,7 @@ provision:
-O /etc/systemd/system/docker.socket || true
mkdir -p /usr/local/bin
cp /tool/* /usr/local/bin/
cp ~/tools-*/* /usr/local/bin/
sed -i 's|^ExecStart=.*|ExecStart=/usr/local/bin/dockerd -H fd://|' /etc/systemd/system/docker.service
sed -i 's|containerd.service||' /etc/systemd/system/docker.service
if ! getent group docker; then
Expand Down

0 comments on commit 56457f2

Please sign in to comment.