📄️ Dockerizing a python project
Dockerizing a Python Project
📄️ Dockerizing a Javascript
Dockerizing a Javascript Project
📄️ Dockerizing a Java
Now there are two ways this can be done,
📄️ Dockerizing a CSharp
So, A simple dockerfile would look something like this
📄️ Running your project
Building
📄️ Pushing them to dockerhub
Here are the steps:
📄️ Pulling them from dockerhub
This is very simple,
📄️ pulling a private image
To pull a private image, you must first run docker login to tell docker that you are authorised to pull the image. Afterward just run the normal docker pull command.
📄️ Quiz
Quiz 2