From e3f1f76a1e2210a3430dd05d63d04043ab534910 Mon Sep 17 00:00:00 2001 From: Julian Arkenau Date: Fri, 6 Oct 2023 07:12:15 +0000 Subject: [PATCH] add note section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ac5c2b..d3a21b7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This repository is based on public template from Allison Thackston for a [generi 3. If you have a Nvidia GPU, install the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) to get GPU acceleration inside the container. Instructions can be found [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#setting-up-nvidia-container-toolkit). 4. Open VS Code press `F1` and use `Dev Containers: Open Folder in Container`. Or use the pop up in the lower right corner. +## Note + +- The Docker image is quite larage (around 7.5GB), keep that in mind when deleting, downloading or rebuilding the image. +- **The Container has evelated privileges for performing networking administration**. This gives the container control over the hosts network stack. + ## TODOs - [ ] Provide setup scripts for the discovery server setup.