docker learning

Docker uses containers as the basic unit of resource segmentation and scheduling, encapsulates the entire software runtime environment, and is a platform designed for developers and system administrators to build, publish and run distributed applications.

Docker implements resource isolation through namespace, resource limitation through cgroups, and efficient file operations through copy-on-write mechanism

View mount points

docker inspect container_name | grep Mounts -A 20

into the container

sudo docker exec -it  容器id  /bin/bash

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325209110&siteId=291194637