Skip to content

Commit

Permalink
Merge pull request #217 from starkandwayne/fix-docker-desktop
Browse files Browse the repository at this point in the history
Fix docker desktop
  • Loading branch information
rkoster authored Mar 24, 2021
2 parents 9bcb8da + d4d885e commit 3364993
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ops/cpis/docker-desktop/2-no-ntp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- path: /instance_groups/name=bosh/properties/agent/env/bosh/ntp
type: replace
value: []

- path: /resource_pools/name=vms/env/bosh/ntp
type: replace
value: []
4 changes: 2 additions & 2 deletions ops/cpis/docker-desktop/8-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# use houdini so we can reach services on localhost
- type: replace
path: /instance_groups/name=bosh/jobs/name=worker/properties/garden?/use_houdini
value: true
path: /instance_groups/name=bosh/jobs/name=worker/properties/runtime?
value: houdini

- type: replace
path: /instance_groups/name=bosh/jobs/name=worker/properties/baggageclaim?/disable_user_namespaces
Expand Down

0 comments on commit 3364993

Please sign in to comment.