'README.md' updaten
This commit is contained in:
parent
a402e17bf3
commit
4917e81c98
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -3,7 +3,7 @@ Deze repo is een uitleg van mijn thuis server setup.
|
|||
|
||||
# Mijn netwerk overzicht:
|
||||
<img src="https://test.lermer.nl/afb/Netwerk.svg">
|
||||
<br>
|
||||
<br><br>
|
||||
|
||||
# Handige Links:
|
||||
- Op Debian gebaseerd besturingssysteem: https://www.openmediavault.org/
|
||||
|
@ -16,19 +16,19 @@ external ip check: ```curl ipinfo.io```
|
|||
|
||||
# Docker tips:
|
||||
|
||||
- Alle containers weergeven: ```docker ps -a```<br />
|
||||
- container stoppen```docker container stop xx```<br />
|
||||
- container verwijderen```docker container rm xx```<br />
|
||||
- Alle containers weergeven: ```docker ps -a```
|
||||
- container stoppen```docker container stop xx```
|
||||
- container verwijderen```docker container rm xx```
|
||||
|
||||
### Opschonen:
|
||||
- ```docker system prune -a``` <br />
|
||||
- ```docker network prune``` <br />
|
||||
- ```docker system prune -a```
|
||||
- ```docker network prune```
|
||||
|
||||
### Bash:
|
||||
```docker exec -it xxxx bash```<br />
|
||||
```docker exec -it xxxx bash```
|
||||
|
||||
## Docker-compose:
|
||||
- stoppen: ```docker-compose stop```<br />
|
||||
- Downloaden: ```docker-compose pull```<br />
|
||||
- Build Normaal: ```docker-compose up -d```<br />
|
||||
- Build Lokaal: ```docker-compose build --pull```<br />
|
||||
- stoppen: ```docker-compose stop```
|
||||
- Downloaden: ```docker-compose pull```
|
||||
- Build Normaal: ```docker-compose up -d```
|
||||
- Build Lokaal: ```docker-compose build --pull```
|
Loading…
Reference in a new issue