SQL Tutorial
Repo to build a docker image for sql tutorial at
Steps:
-
Make sure you are in the directory which contains the Dockerfile
-
Build the docker image
docker build --rm --tag jkm2155/sqltutorial:1.0.0 .
-
Login to docker hub
docker login
-
Push the build docker image to docker hub
docker push jkm2155/sqltutorial:1.0.0