How to set up Colima to work with testcontainers-node
?
#688
Unanswered
wujekbogdan
asked this question in
Q&A
Replies: 1 comment
-
Hi @wujekbogdan, running testcontainers-node with Colima is documented here: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I managed to get it working by setting the following variables:
together with the following config:
Only then my jest tests are running.
The problem is the following line:
Colima daemon boots at system startup thanks to a brew service:
So setting
TESTCONTAINERS_HOST_OVERRIDE
it in~/.zshrc
doesn't guarantee that Colima has already started when~/.zshrc
is being processed.Is my setup overcomplicated? Is there an easier way to get Colima to work with
testcontainers-node
?Beta Was this translation helpful? Give feedback.
All reactions