Using testcontainers with an image on my locale #74
Unanswered
faridanoosheh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
to what I found in the code
TestContainers::DockerContainer.new('my-image-name').start
will triggerDocker::Image.create({ 'from_image' => 'my-image-name'})
which then look for the image on a registry (Docker, ACR, etc).But, for the sake of dev/tests, is there any way to use TestContainers with an image on my locale?!
Beta Was this translation helpful? Give feedback.
All reactions