remove docker isntructions

pull/166/head
Alexander Bentkamp 1 year ago
parent 7e0b82cb14
commit bda1f98693

@ -15,9 +15,6 @@ npm install -g http-server
```
git clone https://github.com/hhu-adam/NNG4.git
cd NNG4
docker rmi nng4:latest
docker build --pull --rm -f "Dockerfile" -t nng4:latest "."
```
@ -146,12 +143,6 @@ Activate config:
```
## Install `unzip` for Importing Docker Images
```
sudo apt-get install unzip
```
## Install bubblewrap (bwrap)
```
sudo apt-get install bubblewrap

Loading…
Cancel
Save