4 Building And Running Docker Image

כללי / תכנות כללי 216 צפיות 17/05/2023
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

Building And Running Docker Image, The Dockefile will install the ubuntu 22.04 version, will update it, python3 will be also installed in the ubuntu os inside the container, the app.py must be in the same location if you want to copy it with a command that resides in the Dockerfile, we will expose the 8000 port in the conatiner, the command: building the image: ----------------------------- docker build -t sample-web-app . show images in my computer: ----------------------------------------------- docker images

#Web School 26