step-90.sh 181 B

1234567
  1. docker pull nginx
  2. docker tag nginx:latest docker-registry:32000/mynginx:v1
  3. docker push docker-registry:32000/mynginx:v1
  4. # para probar
  5. # kubectl exec docker-registry-pod -it -- sh