Using Docker API to pull from a private registry -
Using Docker API to pull from a private registry -
what syntax pull image private registry?
i trying reproduce below command api:
docker pull localhost:5000/oillio/my_app:1.0-snapshot
it looks supposted utilize images/create call. there 4 parameters, fromimage, fromsrc, repo, tag, , registry. can't life of me figure out how set parameters reproduce above command.
something similar has worked me:
curl -x post localhost:2375/images/create?fromimage=localhost:5000/oillio/my_app&tag=1.0-snapshot
where localhost:2375
private server
docker
Comments
Post a Comment