Skip to content
#

docker-compose

Here are 17,794 public repositories matching this topic...

budibase
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 
My-Blog

🌴:octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验

  • Updated Jan 18, 2022
  • Java

Improve this page

Add a description, image, and links to the docker-compose 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 docker-compose topic, visit your repo's landing page and select "manage topics."

Learn more