AT LOCAL – CREATE LOCAL DOCKER IMAGE & CONTAINER using Docker Desktop

  • STEP 1: write a dockerfile for your application, Build application with this docker file and creates the Docker images. 
  • STEP 2: Run this Docker images on any machine and creates running docker container from docker image. 

 

AT CLOUD – UPLOAD / DOWNLOAD 

Push the Docker Images at the Docker Registry Or it’s possible that developer download existing image from registry and create container from image in local environment and then upload


Related Question