docker pull nginx
|
|
docker tag nginx:latest docker-registry:32000/mynginx:v1
|
|
docker push docker-registry:32000/mynginx:v1
|
|
|
|
|
|
# para probar
|
|
# kubectl exec docker-registry-pod -it -- sh
|