- 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
推薦閱讀
- Kubernetes修煉手冊
- Mobile-first Bootstrap
- Ansible權威指南
- 曝光:Linux企業運維實戰
- Windows Server 2012 Hyper-V Cookbook
- 混沌工程實戰:手把手教你實現系統穩定性
- 混沌工程:復雜系統韌性實現之道
- 深入理解eBPF與可觀測性
- Windows Server 2019 Administration Fundamentals
- VMware NSX Cookbook
- 計算機系統:基于x86+Linux平臺
- Python UNIX和Linux系統管理指南
- INSTANT Galleria Howto
- 分布式系統設計實踐
- Ubuntu Linux操作系統實用教程