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
- Host: GitHub
- URL: https://github.com/alaaattya/docker-remote-api-mutiarch
- Owner: AlaaAttya
- Created: 2021-07-07T12:46:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T13:14:09.000Z (about 5 years ago)
- Last Synced: 2025-10-27T05:51:44.744Z (9 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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