Skip to content

Commit

Permalink
prerequisite docker for cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnycarter committed Aug 14, 2023
1 parent cf6b144 commit 2d89e7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/aosm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ image that would be used for the VNF Virtual Machine.

#### CNFs

For CNFs you must have the `helm` package installed on the machine you are running the CLI from. Instructions on how to do this can be found [here](https://helm.sh/docs/intro/install/).
For CNFs you must have these packages installed on the machine you are running the CLI from:
- `helm` package installed . Instructions on how to do this can be found [here](https://helm.sh/docs/intro/install/).
- `docker` installed (in order to do `az acr login`). Docker provides packages that easily configure Docker on [Windows](https://docs.docker.com/docker-for-windows/), or [Linux](https://docs.docker.com/engine/install/#supported-platforms) systems.

For CNFs, you must provide:
* helm packages with an associated schema. These files must be on your disk and will be referenced in the `input.json` config file.
Expand Down

0 comments on commit 2d89e7a

Please sign in to comment.