An open API service indexing awesome lists of open source software.

https://github.com/testertech/testcontainers-code-youtube

The testcontainers JAVA code for youtube video https://youtu.be/c622ErfZU9M
https://github.com/testertech/testcontainers-code-youtube

Last synced: about 1 month ago
JSON representation

The testcontainers JAVA code for youtube video https://youtu.be/c622ErfZU9M

Awesome Lists containing this project

README

        

# testcontainers-code-youtube
The testcontainers JAVA code for youtube video

Link to the video:
https://www.youtube.com/watch?v=c622ErfZU9M

For reference the .testcontainers.properties file
```
#Modified by Testcontainers
#Tue Feb 08 16:27:17 CET 2022
docker.client.strategy=org.testcontainers.dockerclient.UnixSocketClientProviderStrategy

# These are added by me:
checks.disable = false
ryuk.container.privileged=true
```