We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65ac68 commit 0336bc6Copy full SHA for 0336bc6
README.md
@@ -50,8 +50,8 @@ cd vulnerablecode
50
### Using Docker Compose
51
An easy way to set up VulnerableCode is with docker containers and docker compose.
52
For this you need to have the following installed.
53
-- Docker Engine. Find instructions to install it here
54
-- Docker Compose. Find instructions to install it here
+- Docker Engine. Find instructions to install it [here](https://docs.docker.com/get-docker/)
+- Docker Compose. Find instructions to install it [here](https://docs.docker.com/compose/install/#install-compose)
55
56
Use `sudo docker-compose up` to start VulnerableCode.
57
Access VulnerableCode at http://localhost:8000/ or at http://127.0.0.1:8000/ .
0 commit comments