You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module helps connect to [Docker Model Runner](https://docs.docker.com/desktop/features/model-runner/)
4
+
provided by Docker Desktop 4.40.0.
5
+
6
+
## DockerModelRunner's usage examples
7
+
8
+
You can start a Docker Model Runner proxy container instance from any Java application by using:
9
+
10
+
<!--codeinclude-->
11
+
[Create a DockerModelRunnerContainer](../../core/src/test/java/org/testcontainers/containers/DockerModelRunnerContainerTest.java) inside_block:container
0 commit comments