Access Docker using REST API or Expose docker remotely | Docker

Publié le: 09 juin 2020
sur la chaîne: CodeWithRajRanjan
34,121
448

In this video we are going to expose the docker server using REST API. we will be creating a TCP connection on docker server.
Other clients can connect to the docker server using this REST API

ps –ef | grep docker

vim /lib/systemd/system/docker.service

ExecStart=/usr/bin/dockerd -H=fd:// -H=tcp://0.0.0.0:2375

systemctl daemon-reload

sudo service docker restart

curl http://localhost:2375/images/json


Sur cette page du site, vous pouvez voir la vidéo en ligne Access Docker using REST API or Expose docker remotely | Docker durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur CodeWithRajRanjan 09 juin 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 34,121 fois et il a aimé 448 téléspectateurs. Bon visionnage!