Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
racheljiang310 authored Jun 7, 2024
1 parent 93f03dc commit b0a444d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ CVEX is an executable that runs a software exploit and outputs relevant data in

### How to run CVEX with access to source code
1. Pull from the GitHub Container Registry (GHCR):
  a. 'docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG'
  b. for example, 'docker pull ghcr.io/ucsb-seclab/demo/client:latest'
  a. `docker pull ghcr.io/ucsb-seclab/NAME_OF_CONTAINER:TAG`
  b. for example, `docker pull ghcr.io/ucsb-seclab/demo/client:latest`
  c. go to the github linked to the CVEX and pull the docker-compose file,
     then run using the command 'docker compose up'
     then run using the command `docker compose up`
  d. check each container's README for more details, and [for help on ghcr](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pulling-container-images)

2. Or (for v2 only): pull from the Github and run as instructed in the README
Expand Down

0 comments on commit b0a444d

Please sign in to comment.