Skip to content
#

test-automation

Here are 1,980 public repositories matching this topic...

chibenwa
chibenwa commented Jan 4, 2022

Reference: https://issues.apache.org/jira/browse/INFRA-22697

Apparently testcontainers requires $HOME/.docker/config.json to be a valid JSON file.

touch ~/.docker/config.json
// lauch some test containers tests will now fail

echo '{}' > ~/.docker/config.json
// lauch some test containers tests will now succeeds

rm ~/.docker/config.json
// lauch some test containers tests will 

Improve this page

Add a description, image, and links to the test-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-automation topic, visit your repo's landing page and select "manage topics."

Learn more