https://hub.docker.comtest-application)docker build -t your-username/test-application .docker logindocker logindocker push your-username/test-applicationlatest tag is usedlatest)docker pull your-username/test-applicationdocker pull your-username/test-application
docker run your-username/test-applicationThe application is no longer tied to your machine — it is packaged as a Docker image.
docker build creates an image with your usernamedocker login authenticates your Docker Hub accountdocker push uploads your image to Docker Hub