The difference between containerized deployment and traditional deployment (concise version - one sentence)

Traditional deployment: A server will only have one layer of directory, and the deployed project will only be configured based on this layer. Containerized
image.png
deployment: Each started container/mirror has a separate server configuration list inside, which is different from other containers. Interference
Enter the container: docker exec -it containerID /bin/bash
image.png

image.png

Guess you like

Origin blog.csdn.net/weixin_44824381/article/details/130400277