Skip to content

Commit

Permalink
wip: Try disabling docker forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Aug 22, 2024
1 parent 2b884ae commit c5f0d44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ commands:
name: Prepare testcontainers environment
command: .circleci/prepare_docker_env.sh

- run:
name: Testcontainers tunnels
background: true
command: .circleci/start_docker_autoforward.sh
# - run:
# name: Testcontainers tunnels
# background: true
# command: .circleci/start_docker_autoforward.sh

- run:
name: Prefetch Docker images
Expand Down
6 changes: 3 additions & 3 deletions .circleci/prepare_docker_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -eux

{
echo "export FORWARDED_DOCKER_HOST=${DOCKER_HOST}"
echo "export DOCKER_HOST=tcp://localhost:60906"
echo "export TESTCONTAINERS_HOST_OVERRIDE=localhost"
# echo "export FORWARDED_DOCKER_HOST=${DOCKER_HOST}"
# echo "export DOCKER_HOST=tcp://localhost:60906"
# echo "export TESTCONTAINERS_HOST_OVERRIDE=localhost"
echo "export TESTCONTAINERS_RYUK_DISABLED=true"

# DOCKER_CERT_PATH is provided only if DLC is enabled.
Expand Down

0 comments on commit c5f0d44

Please sign in to comment.