An open API service indexing awesome lists of open source software.

https://github.com/alaaattya/docker-remote-api-mutiarch

Expose docker remote API for mutiarch
https://github.com/alaaattya/docker-remote-api-mutiarch

Last synced: 5 months ago
JSON representation

Expose docker remote API for mutiarch

Awesome Lists containing this project

README

          

Expose Docker API via port 2375

Start with:
`docker run -p 2375:2375 -v /var/run/docker.sock:/var/run/docker.sock alaaattya/docker-remote-api-mutiarch:latest`

Inspired by: https://github.com/jarkt/docker-remote-api

#### Warning
This is not a secure way to do it. Recommended only if you want to try it within your home/local network