update starting docker manually
Some checks failed
checks / build and test (pull_request) Failing after 32s
checks / runner exec tests (pull_request) Has been skipped
/ cascade (pull_request) Failing after 7s
/ example-docker-compose (pull_request) Failing after 2s

This commit is contained in:
merith-xyz 2024-09-28 09:07:07 -07:00
parent 343b90056b
commit 1b0d2a6c70

View file

@ -25,12 +25,11 @@ jobs:
apt-get install -qq -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin=2.20.2-1~debian.11~bullseye apt-get install -qq -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin=2.20.2-1~debian.11~bullseye
apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye apt-get install -qq -y docker-compose-plugin=2.20.2-1~debian.11~bullseye
- name: Start Docker - name: Start Docker Daemon in the Background
run: | run: |
systemctl start docker nohup dockerd > /dev/null 2>&1 &
systemctl status docker sleep 10 # Wait for Docker to initialize
docker version docker info # Verify Docker is running
docker compose version
- name: run the example - name: run the example
run: | run: |