Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma authored May 17, 2024
1 parent 2d64ee9 commit 32609a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ To install Docker, follow the instructions for your operating system on the [Doc

1. **Install Docker**: Follow the instructions for your operating system on the [Docker website](https://docs.docker.com/get-docker/).

2. **[Download](https://github.com/PyEED/pyeed/archive/refs/heads/main.zip
2. **[Download](https://github.com/PyEED/PyEED_JupyterLab/archive/refs/heads/main.zip
) the PyEED Docker Service**

3. **Start the Service** by running the following steps:
4. **Start the Service** by running the following steps:
=== "Windows"

1. Open the command line by pressing ++windows+r++ and type `powershell`.
Expand Down Expand Up @@ -58,4 +58,4 @@ After the initial setup, all containers belonging to the PyEED Docker Service ar

## Stopping the PyEED Docker Service

To stop the service, navigate to the `Containers` section in the Docker Desktop application and click on the :material-stop: button next to the `pyeed` container. Running containers are symbolized by a green container icon. You can close the browser window whenever you want. The container will keep running in the background unless you stop it in the Docker Desktop app.
To stop the service, navigate to the `Containers` section in the Docker Desktop application and click on the :material-stop: button next to the `pyeed` container. Running containers are symbolized by a green container icon. You can close the browser window whenever you want. The container will keep running in the background unless you stop it in the Docker Desktop app.

0 comments on commit 32609a4

Please sign in to comment.