May 2017
Beginner
300 pages
7h 26m
English
Docker Hub provides a REST API to integrate the Hub capabilities through programs. The REST API is supported for both user and repository management.
User management supports the following features:
GET /v1/users $ curl --raw -L --user vinoddandy:password https://index.docker.io/v1/users 4 "OK" 0
POST /v1/users
PUT /v1/users/(username)/
Repository management supports the following features:
PUT /v1/repositories/(namespace)/(repo_name)/ $ curl --raw ...Read now
Unlock full access