How to delete docker images from Nexus Repository Manager
https://support.sonatype.com/hc/en-us/articles/360009696054-How-to-delete-docker-images-from-Nexus-Repository-Manager
REST and Integration API
https://help.sonatype.com/repomanager3/rest-and-integration-api
Nexus Repository: New Beta REST API for Content
https://blog.sonatype.com/nexus-repository-new-beta-rest-api-for-content
https://docs.docker.com/registry/spec/api/
curl发布带body的post请求
# curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"id":100}' http://localhost/test/adduser
http://192.168.1.105:8081/swagger-ui/