Define and run multi-container applications with Docker
-
Updated
May 20, 2022 - Go
Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down.
Trying to get my Selenium WebDriver testcontainer up, I get the following error when I try to get the host's port using getTestHostIpAddress()
:
Caused by: java.lang.UnsupportedOperationException: getTestHostIpAddress() is only implemented for docker-machine right now
I am running this on Ubuntu 20.04
Any ideas?
Released October 16, 2014
Latest release 5 days ago
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.