- Once changes are done and need to publish the cometa/novnc image
-
build the image using below command
docker build -t cometa/novnc:<YOUR-VERSION> -f Dockerfile-build . -
login to docker
docker login -u user_name -
push to docker
docker push cometa/novnc:<YOUR-VERSION>