Skip to content

Commit

Permalink
debug dind
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jan 6, 2025
1 parent dedc82d commit 2a2288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Test HTTP request
run: |
# Run the whoami container with environment variables
# adding --ipc host --privileged did not help
docker run ${{ vars.V5_LITEPOD_8_ENV}} --network host -d --name network-test -p 5001:80 traefik/whoami
# @pauline adding --ipc host, --privileged and/or --network host did not help me. I also tried to use different ports 80, 8080, 5001
docker run ${{ vars.V5_LITEPOD_8_ENV}} -d --name network-test -p 5001:80 traefik/whoami
# Wait for container to be ready
sleep 5
Expand Down

0 comments on commit 2a2288d

Please sign in to comment.