docker push : To upload the local image to the image repository, log in to the image repository first. OPTIONS description: –disable-content-trust : Ignore the check of the image and turn it on by default Upload the local image myapache:v1 to the image repository. 2.51.1. Grammar ¶
docker push [OPTIONS] NAME[:TAG]
2.51.2. Example ¶
docker push myapache:v1