From a4dc2b0d0009eb1875d48e2d8dc23a16c44191ab Mon Sep 17 00:00:00 2001 From: SAM CARPENTER <sam.carpenter@wisc.edu> Date: Fri, 19 Aug 2022 13:51:31 -0500 Subject: [PATCH] attempt to hack the link checker config --- docs/training/docker-secure-agent.md | 2 +- scripts/link-checker-config.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/training/docker-secure-agent.md b/docs/training/docker-secure-agent.md index 819b08e..271ff99 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 461e321..640e03d 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/" ] } -- GitLab