Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/3_installation_and_configuration/backup_ucp_dtr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ questions:
- { value: 'Perform a manual backup once a month', correct: false }
- { value: 'Delete old logs and volumes', correct: false }
- { value: 'Create an image commit every night', correct: false }
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/ucp/backup-restore.html#best-practices
help: https://docs.mirantis.com/mke/3.7/ops/disaster-recovery/back-up-mke/backup-considerations.html

- uuid: 65ae1827-32ec-4d6f-84ed-f41fef47135e
question: Can a full UCP cluster be restored from a single backup?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ questions:
- { value: '--join-token', correct: false }
- { value: '--replica-id <value>', correct: true }
- { value: '--sync-mode', correct: false }
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/dtr/install/add-replica.html
help: https://docs.mirantis.com/msr/2.9/cli-ref/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ questions:
- { value: '1', correct: false }
- { value: '2', correct: false }
- { value: '8', correct: false }
help: https://docs.docker.com/ee/ucp/admin/install/system-requirements/
help: https://docs.mirantis.com/mke/3.4/launchpad/lp-system-requirements.html

- uuid: bbc16b4e-7291-4b64-9270-14b60c9a0d79
question: What is the minimum amount of RAM recommended for a UCP manager node?
answers:
- { value: '16 GB', correct: false }
- { value: '8 GB', correct: true }
- { value: '16 GB', correct: true }
- { value: '8 GB', correct: false }
- { value: '2 GB', correct: false }
- { value: '4 GB', correct: false }
help: https://docs.docker.com/ee/ucp/admin/install/system-requirements/
help: https://docs.mirantis.com/mke/3.4/launchpad/lp-system-requirements.html

- uuid: 23d16894-3160-442e-b03d-90919a251929
question: What storage backend is recommended for production-grade Docker deployments?
Expand Down Expand Up @@ -78,7 +78,7 @@ questions:
- { value: '443', correct: true }
- { value: '1234', correct: false }
- { value: '2377', correct: false }
help: https://docs.docker.com/ee/ucp/admin/install/system-requirements/
help: https://docs.mirantis.com/mke/3.7/install/predeployment/configure-networking/open-ports.html

- uuid: 3ebadf1d-31d8-4e68-9626-58cc94a2bd6d
question: When planning a Docker installation, why is it important to consider the total number of containers?
Expand Down
4 changes: 2 additions & 2 deletions data/3_installation_and_configuration/hub_users_teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ questions:
- { value: 'No', correct: true }
- { value: 'Yes, if the image is public', correct: false }
- { value: 'Yes, but only once', correct: false }
help: https://docs.docker.com/docker-hub/orgs/
help: https://docs.docker.com/admin/organization/manage-a-team/#permissions-reference

- uuid: 0db6c25b-4b1f-497e-8c2c-18a22d7d92aa
question: Can a Docker user have a personal repository and also belong to an organization?
Expand All @@ -87,4 +87,4 @@ questions:
- { value: 'No, never', correct: false }
- { value: 'Yes, automatically', correct: false }
- { value: 'Yes, but only with read access', correct: false }
help: https://docs.docker.com/docker-hub/orgs/
help: https://docs.docker.com/docker-hub/repos/manage/access/
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ questions:
- { value: 'sudo docker init', correct: false }
- { value: 'sudo systemctl start docker', correct: true }
- { value: 'service docker launch', correct: false }
help: https://docs.docker.com/engine/install/linux-postinstall/
help: https://docs.docker.com/engine/daemon/start/