In the lesson we learned about building new enviroement that has an image that serves the project we want to run.
That is Docker.
we can clone any project to our computer.
the advantages of using the Docker is that we can run it seperately from other services that runs on our computer.
In that way we are sort of safe running the project, beacause we use permission to control on what the new project can tuch.
It is very easy to delete the new project without harming any other service that runs on our computer.
- In this lesson we learned:
- Introduction to Docker
- Linux distributions and structure
- Docker installation
- Docker image
- docker run command
- docker ps & docker rm commands
- root in Docker
- ommon linux commands
- apt-get & nano & htop commands
- Python Flask container and running tests
Coding languages containers
installetion:I have installed docker Desktop
clone the "capella" on cmd
run the project
Top comments (0)