- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 139字
- 2021-08-13 16:03:49
Questions
- What are the three main Docker components? choose one:
- Docker Container, Docker Image, Docker Registry
- Docker Hub, Docker Image, Docker Registry
- Docker Runtime, Docker Image, Docker Hub
- Docker Container, Docker Image, Docker Hub
- Choose two valid registry types:
- Personal Registry
- Private Registry
- Public Registry
- Security Registry
- The main purpose of Docker Persistent Storage is to make sure that an application data is saved if a container dies:
- True
- False
- What Linux feature controls resource limitations for a Docker container? choose one:
- Cgroups
- Namespaces
- SELinux
- chroot
- What commands can be used to build a custom image from a Dockerfile? choose two:
- docker build -t new_httpd_image .
- docker build -t new_httpd_image .\
- docker build -t new_httpd_image ($pwd)
- docker build -t new_httpd_image ./
- The docker commit command saves Docker images to an upstream repository:
- True
- False
推薦閱讀
- Learning Windows Server Containers
- Linux實戰
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Learning Android Intents
- Arch Linux Environment Setup How-to
- 精解Windows 8
- Linux集群和自動化運維
- macOS效率手冊
- Windows Phone 8 Application Development Essentials
- Python UNIX和Linux系統管理指南
- Hadoop Real-World Solutions Cookbook
- 應急指揮信息系統設計
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Java EE 8 High Performance
- 再也不踩坑的kubernetes實戰指南