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: 4 months ago
JSON representation
The testcontainers JAVA code for youtube video https://youtu.be/c622ErfZU9M
- Host: GitHub
- URL: https://github.com/testertech/testcontainers-code-youtube
- Owner: TesterTech
- Created: 2019-09-29T14:15:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T16:06:27.000Z (about 4 years ago)
- Last Synced: 2025-07-20T21:40:29.134Z (7 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```