Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ services:
files:
- path: etc/docker/daemon.json
contents: '{"debug": true}'
- path: etc/profile.d/local.sh
contents: |
alias docker='ctr -n services.linuxkit tasks exec --tty --exec-id shell docker docker'
mode: "0644"
trust:
org:
- linuxkit
Expand Down
4 changes: 4 additions & 0 deletions hook_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ files:
source: ~/.ssh/id_rsa.pub
mode: "0600"
optional: true
- path: etc/profile.d/local.sh
contents: |
alias docker='ctr -n services.linuxkit tasks exec --tty --exec-id shell docker docker'
mode: "0644"
trust:
org:
- linuxkit
Expand Down