- 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
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- Citrix XenApp Performance Essentials
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- 玩到極致 iPhone 4S完全攻略
- 嵌入式Linux驅動程序和系統開發實例精講
- 循序漸進學Docker
- 竹林蹊徑:深入淺出windows驅動開發
- AWS Development Essentials
- Linux服務器配置與管理
- NetDevOps入門與實踐
- 跟老男孩學Linux運維:Shell編程實戰
- Windows 8實戰從入門到精通(超值版)
- UI設計手繪表現從入門到精通
- Raspberry Pi入門指南
- 每天5分鐘玩轉Docker容器技術