quarta-feira, 23 de março de 2022

Expose the Docker API (un-encrypted-http)

0 comentários

 mtabishk/expose-docker-api: How to expose Docker API (UN-ENCRYPTED) (github.com)


Step 1: Edit /lib/systemd/system/docker.service file

Step 2: Update ExecStart= ... -H=tcp://0.0.0.0:2378

Step 3: Reload the daemon and restart the docker service

Leave a Reply