Skip to content

Commit 5089729

Browse files
authored
Merge pull request #517 from rancher-sandbox/no-localport
Don't set localPort in example configs
2 parents 766708c + d8b6c45 commit 5089729

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

examples/docker.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ mounts:
1717
- location: "~"
1818
- location: "/tmp/lima"
1919
writable: true
20-
ssh:
21-
localPort: 60006
22-
# Load ~/.ssh/*.pub in addition to $LIMA_HOME/_config/user.pub , for allowing DOCKER_HOST=ssh:// .
23-
# This option is enabled by default.
24-
# If you have an insecure key under ~/.ssh, do not use this option.
25-
loadDotSSHPubKeys: true
2620
# containerd is managed by Docker, not by Lima, so the values are set to false here.
2721
containerd:
2822
system: false

examples/podman.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ mounts:
2121
- location: "~"
2222
- location: "/tmp/lima"
2323
writable: true
24-
ssh:
25-
localPort: 60906
2624
containerd:
2725
system: false
2826
user: false

examples/singularity.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ mounts:
1515
- location: "~"
1616
- location: "/tmp/lima"
1717
writable: true
18-
ssh:
19-
localPort: 62045
2018
containerd:
2119
system: false
2220
user: false

0 commit comments

Comments
 (0)