Skip to content
Advertisement

Tag: docker-machine

How to connect to docker container from localhost

I created a docker container which is running 2 java processes – one of the processes is listening on port 4444 and should have access from browser hitting the following URL: http://{host}:4444/grid/console How do I hit this URL from my browser on the host – connect to the container on port 4444? This is the response from docker inspect: Answer

Package manager on the Docker Machine default VM?

I’m developing on OSX using Docker Machine. I used the quickstart terminal to let it create the default VM which is extremely minimal: In an OS X installation, the docker daemon is running inside a Linux VM called default. The default is a lightweight Linux VM made specifically to run the Docker daemon on Mac OS X. The VM runs

Advertisement