vHanda / docker-remote-api

Makes the Docker Remote API available via port 2375.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makes the Docker Remote API available via port 2375.

Start with: docker run -d -p 2375:2375 --name docker_remote_api -v /var/run/docker.sock:/var/run/docker.sock vhanda/docker-remote-api ALLOWED_IP

Where ALLOWED_IP is the only IP which can connect to this machine.

About

Makes the Docker Remote API available via port 2375.


Languages

Language:Shell 74.1%Language:Dockerfile 25.9%