This topic explains how to configure a connection between LabKey Server and a Docker container. You can use this connection to:
If you're developing with the Docker module on an OSX host you will likely need to use the socat tool to setup a TCP listener. To run the listener you first need to ensure socat is installed. After that, you run socat in the terminal specifying the same port as you would like to use in your Docker Host TCP configuration. Example of running socat:
socat TCP-LISTEN:2375,reuseaddr,fork,bind=127.0.0.1 UNIX-CLIENT:/var/run/docker.sock
http: TLS handshake error from <host-machine>: tls: first record does not look like a TLS handshake
Ensure that the certificate file names in Docker Certification Path match exactly those listed above.
previousnext |
expand allcollapse all |