Web Server

Computer vs. Web Server

Web Service Terminologies

Docker

while the program has no problem on deploying on my computer, it doesn’t means that it has no problem in deploying to other computer

Virtual Machine vs. Container

Virtual Machine

Docker Components

DockerFile

instruction on making the docker image

Docker Daemon

docker build –> create an image from the dockerfile docker run –> create an container out form the docker image docker start docker stop docker log docker push docker pull

![[dockerFile Demo.mov]]