Skip to content

Instantly share code, notes, and snippets.

View luanholiv's full-sized avatar
🏠
Working from home

Luan Oliveira luanholiv

🏠
Working from home
View GitHub Profile
@jordisilvazup
jordisilvazup / tutorial.md
Last active September 23, 2025 13:34
Aqui você aprenderá como configurar o IntelliJ para usar o Docker junto a Test Containers quando docker é nativo no WSL2

Aqui vou deixar o que é necessario para configurar o docker nativo do linux através de ubunto e wsl2 no IntteliJIDE

  1. Exponha o daemon no seu wsl
sudo echo '{"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}' > /etc/docker/daemon.json
  1. Crie o arquivo .testcontainers.properties em C:\Users\SeuUser
docker.client.strategy = org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy