This commit is contained in:
parent
249365e430
commit
64ab6b1876
1 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
whoami
|
whoami
|
||||||
|
|
||||||
|
- name: Is Docker installed in the default bookworm container?
|
||||||
|
run: |
|
||||||
|
which docker || echo "Nope :("
|
||||||
|
|
||||||
- name: Check for the Docker socket
|
- name: Check for the Docker socket
|
||||||
run: |
|
run: |
|
||||||
ls -alh /var/run
|
ls -alh /var/run/
|
Loading…
Add table
Add a link
Reference in a new issue