Skip to content

Commit 35720d5

Browse files
committed
How-to running test containers for Oracle on Apple Mx chips
1 parent 3bd4b3f commit 35720d5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

vertx-oracle-client/README.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Nevertheless, you can force the usage of the standard Oracle port (1521) with a
1818
mvn test -DcontainerFixedPort
1919
----
2020

21+
==== Testing on OSX Mx chips
22+
23+
- stop Docker engine
24+
- install https://github.com/abiosoft/colima[Colima]
25+
26+
[source,shell]
27+
----
28+
> colima start --arch x86_64 --memory 4
29+
> docker context use colima
30+
> export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=${HOME}/.colima/docker.sock
31+
> export DOCKER_HOST="unix:///${HOME}/.colima/docker.sock"
32+
> export TESTCONTAINERS_RYUK_DISABLED=true
33+
----
34+
2135
==== Testing with an external database
2236

2337
You can start an external database:

0 commit comments

Comments
 (0)