You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker build -t dvd .
docker run --rm -it -p 8080:80 dvd
docker tag dvd gcr.io/apiiro/tools/dvd:1.0
docker push gcr.io/apiiro/tools/dvd:1.0
kubectl apply -f k8s.yaml