first commit
This commit is contained in:
parent
6f61c68c9b
commit
e18e5a8227
9 changed files with 101 additions and 482 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
Ein Schulprojekt für NoSql-Databases
|
||||
|
||||
```bash
|
||||
podman run -d -p 27017:27017 --name mongodb -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=root12345 mongo
|
||||
```
|
||||
|
||||
## Voraussetzungen
|
||||
|
||||
Stellen Sie sicher, dass die folgenden Tools auf Ihrem System installiert sind:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue