diff --git a/docs/training/docker-secure-agent.md b/docs/training/docker-secure-agent.md index 819b08e1d252a6c8931d1f9664e8ebdaabc473d9..271ff99df8aaa79d856d82d80cd39282b9c6f0c0 100644 --- a/docs/training/docker-secure-agent.md +++ b/docs/training/docker-secure-agent.md @@ -5,7 +5,7 @@ To set up a secure agent on Linux, running in a Docker container, you will need - Access to a workstation with an Intel-based processor. This is needed to run the Secure Agent. This could be a work computer, or, in the case of someone using a Macbook with an M1 processor, this could be an Amazon WorkSpaces desktop. - Git. This is needed to pull the necessary Secure Agent files. [Official instructions on installation can be found here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). - Docker. This is used to set up the container in which the Secure Agent will run. -- [Docker Compose](https://docs.docker.com/compose/). This is an additional command used to build the image which the Secure Agent runs. Instructions to install this and Docker on an AWS Workspace can be found here http://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/ +- [Docker Compose](https://docs.docker.com/compose/). This is an additional command used to build the image which the Secure Agent runs. I[nstructions to install this and Docker on an AWS Workspace can be found here](https://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/) - Your own IICS trial account. If you are already using the shared test or prod organizations, this tutorial is unnecessary. Use ei.secureagent.doit.wisc.edu instead. If you are using a different organization with a pre-existing Secure Agent, follow the instructions given to you when your access was provisioned. # Setup diff --git a/scripts/link-checker-config.json b/scripts/link-checker-config.json index 461e321cda88efec19b98cdcbc51fb7db5dd0e11..640e03d8004688606e943fc51ac277e53c8c6f89 100644 --- a/scripts/link-checker-config.json +++ b/scripts/link-checker-config.json @@ -1,7 +1,6 @@ { "ignorePatterns": [ - { - "pattern": "interop.it.wisc.edu" - } + "interop.it.wisc.edu", + "https://www.cyberciti.biz/faq/how-to-install-docker-on-amazon-linux-2/" ] }