docker build -t imvickykumar999/web-ui:latest .
.) and tags it as imvickykumar999/web-ui:latest.Dockerfile in the current directory.docker login
docker push imvickykumar999/web-ui:latest
imvickykumar999/web-ui:latest) to your Docker Hub repository.docker pull imvickykumar999/web-ui:latest
imvickykumar999/web-ui:latest) from Docker Hub to your local machine.docker run -p 7788:7788 imvickykumar999/web-ui:latest
imvickykumar999/web-ui:latest) and maps port 7788 on the container to port 7788 on the host.http://localhost:7788 on your local machine.Content type
Image
Digest
sha256:6e7914e4a…
Size
962.4 MB
Last updated
over 1 year ago
docker pull imvickykumar999/web-ui