Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
t94j0 committed Apr 24, 2024
1 parent 18e4f27 commit 30e148f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements_developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The hardware requirements are the same as what's listed in [Hardware Requirement

K3s is the only officially supported way to install Nemesis. Installation instructions for [Docker Desktop](requirements_docker_desktop.md) and [Minikube](requirements_minikube.md) do exist but may not be up to date.

### Docker
### Install Docker

Install Docker by following the [official Docker installation guide](https://docs.docker.com/engine/install/). The installation instructions for Debian are replicated below:

Expand All @@ -36,7 +36,7 @@ sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```

### K3s
### Install K3s

Install K3s with [cri-dockerd](https://github.com/Mirantis/cri-dockerd) to allow K3s to use Docker to deploy containers. This allows Skaffold and Nemesis scripts to work.

Expand Down

0 comments on commit 30e148f

Please sign in to comment.