Comments on: How to Enable Docker Remote REST API on Docker Host http://www.littlebigextra.com/how-to-enable-remote-rest-api-on-docker-host/ A technology blog covering topics on Java, Scala, Docker, AWS, BigData, DevOps and much more to come. Do it yourself instructions for complex to simple problems for a novice to an expert. Wed, 20 Mar 2019 21:15:36 +0000 hourly 1 https://wordpress.org/?v=5.6.8 By: Preston Lee http://www.littlebigextra.com/how-to-enable-remote-rest-api-on-docker-host/#comment-1083 Wed, 20 Mar 2019 21:15:36 +0000 http://littlebigextra.com/?p=679#comment-1083 This works for packages installed via apt, but the config files are different with snap. Where can the -H be set when docker is installed via snap?

]]>
By: Kurt Werle http://www.littlebigextra.com/how-to-enable-remote-rest-api-on-docker-host/#comment-111 Thu, 31 Aug 2023 22:39:45 +0000 http://littlebigextra.com/?p=679#comment-111 Or use docker.

docker run -d \
–name sherpa \
-v /var/run/docker.sock:/tmp/docker.sock \
-p 2375:4550 \
djenriquez/sherpa –allow

]]>