Skip to content

Commit e529914

Browse files
Updating help links (#56)
1 parent 7196299 commit e529914

10 files changed

+21
-21
lines changed

data/3_installation_and_configuration/backup_ucp_dtr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ questions:
1515
- { value: 'Delete all volumes', correct: false }
1616
- { value: 'Restart all containers', correct: false }
1717
- { value: 'Purge all logs', correct: false }
18-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/ucp/backup-restore.html#restore
18+
help: https://docs.mirantis.com/mke/3.4/ops/disaster-recovery/restore-mke.html
1919

2020
- uuid: fdc31b03-3093-4638-a77f-ef7b11860d88
2121
question: Which command allows you to back up a DTR (now MSR) instance?
@@ -33,7 +33,7 @@ questions:
3333
- { value: 'docker dtr load backup.tar', correct: false }
3434
- { value: 'docker dtr install --restore backup.tar', correct: false }
3535
- { value: 'docker run -i docker/dtr restore < backup.tar', correct: true }
36-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/dtr/backup-restore.html
36+
help: https://docs.mirantis.com/msr/2.9/cli-ref/backup.html
3737

3838
- uuid: 7b313274-0072-41a0-bd16-170c8672c845
3939
question: What is essential for a DTR (now MSR) restore to work correctly?
@@ -87,4 +87,4 @@ questions:
8787
- { value: 'Disable TLS to simplify restoration', correct: false }
8888
- { value: 'Manually compress Docker volumes', correct: false }
8989
- { value: 'Regularly test restorations', correct: true }
90-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/ucp/backup-restore.html#best-practices
90+
help: https://docs.mirantis.com/mke/3.7/ops/disaster-recovery/back-up-mke/backup-considerations.html

data/3_installation_and_configuration/cert_based_auth_registry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ questions:
5151
- { value: '2376', correct: false }
5252
- { value: '443', correct: true }
5353
- { value: '5000', correct: false }
54-
help: https://docs.docker.com/registry/insecure/
54+
help: https://distribution.github.io/distribution/about/deploying/
5555

5656
- uuid: 1765e25a-12d3-4f61-993a-4d39487fd6a6
5757
question: Once certificates are properly configured, what does `docker pull myregistry.com/myimage` allow?
@@ -87,4 +87,4 @@ questions:
8787
- { value: 'No, except on Windows', correct: false }
8888
- { value: 'No, Docker reloads them dynamically', correct: false }
8989
- { value: 'Yes, so it reloads the certificates and establishes the secure connection', correct: true }
90-
help: https://docs.docker.com/engine/security/certificates/
90+
help: https://docs.docker.com/engine/security/protect-access/

data/3_installation_and_configuration/deploy_ucp_dtr_ha.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ questions:
2424
- { value: 'docker ucp add-manager', correct: false }
2525
- { value: 'docker node promote manager', correct: false }
2626
- { value: 'docker container run --rm -it docker/ucp join --replica', correct: true }
27-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/ucp/install/join-linux-nodes.html
27+
help: https://docs.mirantis.com/mke/3.4/ops/administer-cluster/join-nodes/join-linux-nodes.html
2828

2929
- uuid: 21ef8613-10b2-4e0f-a2f3-e2c1d1c8593f
3030
question: Which command is recommended to install DTR (now MSR) on a UCP (now MKE) node?
@@ -42,7 +42,7 @@ questions:
4242
- { value: 'Terraform without configuration', correct: false }
4343
- { value: 'Docker Desktop with swarm mode', correct: false }
4444
- { value: 'Cloud-init or EC2 user-data scripts', correct: true }
45-
help: https://docs.mirantis.com/docker-enterprise/v3.1/ucp/on-aws/
45+
help: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html
4646

4747
- uuid: c41396d4-17f0-4a8a-9981-1b205728c9c5
4848
question: What requirement is necessary to deploy DTR (now MSR) in HA?
@@ -69,7 +69,7 @@ questions:
6969
- { value: 'Use a node label', correct: false }
7070
- { value: 'Use a load balancer in front of UCP (now MKE) managers', correct: true }
7171
- { value: 'Enable debug mode', correct: false }
72-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/ucp/architecture/#ucp-high-availability
72+
help: https://docs.mirantis.com/mke/3.8/install/predeployment/configure-loadbalancer.html?highlight=balance%20load
7373

7474
- uuid: e47cb7f3-ef17-4718-bbe1-6b13de8ae260
7575
question: Can UCP (now MKE) and DTR (now MSR) be deployed on the same nodes?

data/3_installation_and_configuration/describe_demonstrate_how_configure_docker_daemon_start_boot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ questions:
1515
- { value: 'sudo systemctl enable docker', correct: true }
1616
- { value: 'docker enable daemon', correct: false }
1717
- { value: 'sudo docker start --on-boot', correct: false }
18-
help: https://docs.docker.com/config/daemon/start/
18+
help: https://docs.docker.com/engine/install/linux-postinstall/#configure-docker-to-start-on-boot-with-systemd
1919

2020
- uuid: 2f79646d-3aa6-42d6-9005-b2cf9ab32688
2121
question: How do you verify that the Docker daemon is enabled to start at boot?
@@ -24,7 +24,7 @@ questions:
2424
- { value: 'sudo systemctl is-enabled docker', correct: true }
2525
- { value: 'sudo docker daemon --check', correct: false }
2626
- { value: 'docker status --boot', correct: false }
27-
help: https://docs.docker.com/config/daemon/start/
27+
help: https://docs.docker.com/engine/install/linux-postinstall/#configure-docker-to-start-on-boot-with-systemd
2828

2929
- uuid: b3ea7a27-015d-4cd7-a314-1f56ddf8f727
3030
question: On a system using systemd, what does `systemctl enable docker` do?
@@ -33,7 +33,7 @@ questions:
3333
- { value: 'Starts the Docker service immediately', correct: false }
3434
- { value: 'Registers the Docker service to start at system boot', correct: true }
3535
- { value: 'Builds Docker images automatically', correct: false }
36-
help: https://docs.docker.com/config/daemon/start/
36+
help: https://docs.docker.com/engine/install/linux-postinstall/#configure-docker-to-start-on-boot-with-systemd
3737

3838
- uuid: 00ae3c6f-6e8a-4320-8792-71dc1e3cf7db
3939
question: Which Linux init system is typically used to manage Docker service startup?

data/3_installation_and_configuration/describe_namespaces_cgroups_certificates.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ questions:
1515
- { value: 'mnt', correct: false }
1616
- { value: 'net', correct: true }
1717
- { value: 'uts', correct: false }
18-
help: https://docs.docker.com/enterprise/security/hardened-desktop/enhanced-container-isolation/
18+
help: https://docs.docker.com/engine/security/userns-remap/
1919

2020
- uuid: 00e37740-5f91-4fc7-9b01-063c1e26e426
2121
question: What does the 'pid' namespace isolate in Docker?
@@ -24,7 +24,7 @@ questions:
2424
- { value: 'Process IDs between containers', correct: true }
2525
- { value: 'Network connections between containers', correct: false }
2626
- { value: 'User IDs for file permissions', correct: false }
27-
help: https://docs.docker.com/enterprise/security/hardened-desktop/enhanced-container-isolation/
27+
help: https://docs.docker.com/reference/cli/docker/container/run/#pid-settings-pid
2828

2929
- uuid: 5e2b7025-35e4-499e-9372-3d62297bdbfa
3030
question: What is the purpose of cgroups in Docker?

data/3_installation_and_configuration/describe_sizing_requirements_for_installation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ questions:
2727
help: https://docs.docker.com/storage/storagedriver/overlayfs-driver/
2828

2929
- uuid: 67a48e29-32c3-4267-a931-c08b3cb0531b
30-
question: For DTR (Docker Trusted Registry, now MSR), what is the minimum disk space required per node?
30+
question: For DTR (Docker Trusted Registry, now MSR), what is the recommended disk space required per node?
3131
answers:
3232
- { value: '50 GB', correct: false }
3333
- { value: '100 GB', correct: true }
3434
- { value: '10 GB', correct: false }
3535
- { value: '20 GB', correct: false }
36-
help: https://docs.docker.com/ee/dtr/admin/install/system-requirements/
36+
help: https://docs.mirantis.com/msr/2.9/common/msr-system-reqs.html
3737

3838
- uuid: 5a75c1b2-0cbd-4fc2-83cf-1f189d84cc13
3939
question: Why is it recommended to run Docker on a 64-bit operating system?
@@ -69,7 +69,7 @@ questions:
6969
- { value: 'It causes slow container startup', correct: false }
7070
- { value: 'Root volumes do not support overlay drivers', correct: false }
7171
- { value: "Security scanners can't access root volumes", correct: false }
72-
help: https://docs.docker.com/storage/
72+
help: https://docs.docker.com/engine/daemon/#daemon-data-directory
7373

7474
- uuid: 05176b68-5a8b-4814-8753-ffec40440f12
7575
question: What is the typical port required to access UCP (now MKE) via a browser?

data/3_installation_and_configuration/hub_users_teams.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ questions:
5151
- { value: 'Public, Private, Restricted', correct: false }
5252
- { value: 'Guest, Developer, Owner', correct: false }
5353
- { value: 'Read, Write, Admin', correct: true }
54-
help: https://docs.docker.com/docker-hub/repos/
54+
help: https://docs.docker.com/admin/organization/manage-a-team/#set-team-repository-permissions
5555

5656
- uuid: 2e83b0c4-8a9d-49cd-9968-62d86f032173
5757
question: Can a Docker Hub team member with Read access push an image?

data/3_installation_and_configuration/install_storage_driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ questions:
3838
- uuid: b8704b3c-d6fd-4a6b-810f-7b94b8a869be
3939
question: Which command shows the storage driver currently used by Docker?
4040
answers:
41-
- { value: 'docker info', correct: true }
41+
- { value: 'docker system info', correct: true }
4242
- { value: 'docker volume inspect', correct: false }
4343
- { value: 'docker system inspect', correct: false }
4444
- { value: 'docker storage status', correct: false }

data/3_installation_and_configuration/install_troubleshooting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ questions:
66
- { value: 'The Docker daemon is using a non-standard port', correct: false }
77
- { value: 'The requested image does not exist', correct: false }
88
- { value: 'A Docker command was misspelled', correct: false }
9-
help: https://docs.docker.com/config/daemon/#start-the-daemon
9+
help: https://docs.docker.com/engine/install/linux-postinstall/
1010

1111
- uuid: 238c3d02-c1c4-4f77-97a0-146d472928e7
1212
question: Which command checks if the Docker service is active on a Linux machine?
@@ -51,7 +51,7 @@ questions:
5151
- { value: 'systemctl logs docker', correct: false }
5252
- { value: 'docker logs docker', correct: false }
5353
- { value: 'docker show-log', correct: false }
54-
help: https://docs.docker.com/config/daemon/#troubleshoot-the-daemon
54+
help: https://docs.docker.com/engine/daemon/logs/
5555

5656
- uuid: 610ff302-cb2e-4d94-a4f2-9a0d2df460cf
5757
question: What should you check if Docker installation fails due to missing repositories on Ubuntu?

data/4_Networking/http_https_load_balancing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ questions:
5151
- { value: 'By using Consul for service discovery', correct: false }
5252
- { value: 'By running Interlock as a replicated service on Swarm', correct: true }
5353
- { value: 'By binding Interlock to the host’s loopback interface', correct: false }
54-
help: https://docs.mirantis.com/docker-enterprise/v3.1/dockeree-products/interlock/architecture.html
54+
help: https://docs.mirantis.com/containers/v2.1/dockeree-products/ucp/deploy-apps-with-swarm/layer-7-routing/architecture.html
5555

5656
- uuid: f86c6404-f70c-413c-82b5-68fd66be6971
5757
question: Which of the following is a correct label to route traffic to a specific path?

0 commit comments

Comments
 (0)