We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fc37b6 + bfc3b4d commit da36c9eCopy full SHA for da36c9e
hook.yaml
@@ -66,6 +66,10 @@ services:
66
files:
67
- path: etc/docker/daemon.json
68
contents: '{"debug": true}'
69
+ - path: etc/profile.d/local.sh
70
+ contents: |
71
+ alias docker='ctr -n services.linuxkit tasks exec --tty --exec-id shell docker docker'
72
+ mode: "0644"
73
trust:
74
org:
75
- linuxkit
hook_debug.yaml
@@ -67,6 +67,10 @@ files:
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
76
0 commit comments