Published to dockerhub

  • Published to dockerhub
    • Dockerhub address: hub.docker.com/ register your account
    • Make sure you can log in to this account
      • Login Success display
      • Submit your own image on our server
      • After login, you can submit the image, which is a Docker push
        root@iZbp12kyfwxfku3288sr59Z:/home# docker login --help Usage: docker login [OPTIONS] [SERVER] Log in to a Docker registry. If no server is specified, the default is defined by the daemon. Options: -p, --password string password password --password-stdin Take the password from stdin -u, --username string username usernameCopy the code
        • Login successful
          Root @ iZbp12kyfwxfku3288sr59Z: / home# docker login -u waws520 login command Password: WARNING! Your password will be stored unencrypted in /root/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login SucceededCopy the code
        • commit
          • The premise of submission is that the tag of our image must start with our username, otherwise the submission will be rejected
            • denied: requested access to the resource is denied
              • 1 login to docker login
              • 2 Check whether the tag contains a user name
            • First we relabel it
              • Docker Tag Image ID WAWS520 /my_image:1.0
              • Docker push waws520 / my_image: 1.0
              • Are uploading
              • Uploaded successfully
            • Commit by layer

Publish to Aliyun

  • Log in to Aliyun
  • Find the Mirror service
  • Creating a namespace
  • Create a warehouse
  • Detailed steps
    • Login successful
    • Change the version number and upload