Skip to content

Commit

Permalink
Debuggin docker failures
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Oct 19, 2024
1 parent 7e2b221 commit 33e89d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ jobs:
set -eux -o pipefail
docker info
docker version
- name: "TEMP DEBUG"
run: |
systemctl list-unit-files | grep docker
systemctl is-active docker
- name: "Register QEMU (tonistiigi/binfmt)"
run: |
# `--install all` will only install emulation for architectures that cannot be natively executed
Expand Down
1 change: 1 addition & 0 deletions cmd/nerdctl/container/container_run_restart_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func TestRunRestart(t *testing.T) {
}
assert.NilError(t, check(30))

base.EnsureDaemonActive()
base.KillDaemon()
base.EnsureDaemonActive()

Expand Down

0 comments on commit 33e89d5

Please sign in to comment.