An administrator needs to label and push an image into Harbor.
Which command should the administrator run first?
docker tag demoapp01:14.04 /demo/demoapp01:14.04
kubectl tag demoapp01:14.04 /demo/demoapp01:14.04
kubectl label demoapp01:14.04 /demo/demoapp01:14.04
docker label demoapp01:14.04 /demo/demoapp01:14.04
Submit