I share insights on programming, web development, cloud computing, computer networks, and AI, alongside financial knowledge, reading notes, and reflections on business and entrepreneurship.
1. Operations on Docker images 1.1 Check local images 1.1.1 Use docker images command # docker images REPOSITORY TAG IMAGE ID CREATED ...
1. Use docker to run Nginx 1.1 Use 'docker run' to run Nginx 1.1.1 Inpect the process of downloading the image Loking for the image locally # docker...
1. Architecture 1.1 Docker Containers Are Everywhere 1.2 Architecture 1.2.1 Docker Host The host used to install the Docker daemon is known as...
1. Pain Points of Application Deployment 1.1 Application Deployment Process Example: Deploying a web application developed in the Java programming...
1. History of Container Technology 1.1 1979 - chroot The concept of container technology can be traced back to UNIX chroot in 1979. It is a set of...