Horje
docker tag and push Code Example
docker tag and push
# Using a single tag
docker image tag myimage:latest registry-host:5000/myname/myimage:latest
docker image push registry-host:5000/myname/myimage:latest

# Using multiple tags at once
docker image tag myimage registry-host:5000/myname/myimage:latest
docker image tag myimage registry-host:5000/myname/myimage:v1.0.1
docker image tag myimage registry-host:5000/myname/myimage:v1.0
docker image tag myimage registry-host:5000/myname/myimage:v1

docker image push --all-tags registry-host:5000/myname/myimage




Shell

Related
wslconfig Code Example wslconfig Code Example
vi replace all Code Example vi replace all Code Example
install saas Code Example install saas Code Example
chokidar npm Code Example chokidar npm Code Example
mac httpd stop Code Example mac httpd stop Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10