We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2b221 commit 33e89d5Copy full SHA for 33e89d5
.github/workflows/test.yml
@@ -267,6 +267,10 @@ jobs:
267
set -eux -o pipefail
268
docker info
269
docker version
270
+ - name: "TEMP DEBUG"
271
+ run: |
272
+ systemctl list-unit-files | grep docker
273
+ systemctl is-active docker
274
- name: "Register QEMU (tonistiigi/binfmt)"
275
run: |
276
# `--install all` will only install emulation for architectures that cannot be natively executed
cmd/nerdctl/container/container_run_restart_linux_test.go
@@ -70,6 +70,7 @@ func TestRunRestart(t *testing.T) {
70
}
71
assert.NilError(t, check(30))
72
73
+ base.EnsureDaemonActive()
74
base.KillDaemon()
75
base.EnsureDaemonActive()
76
0 commit comments