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
- Host: GitHub
- URL: https://github.com/testertech/testcontainers-code-youtube
- Owner: TesterTech
- Created: 2019-09-29T14:15:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T16:06:27.000Z (about 3 years ago)
- Last Synced: 2025-02-01T10:11:16.625Z (3 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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 videoLink to the video:
https://www.youtube.com/watch?v=c622ErfZU9MFor 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
```