'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:
|
# Mijn netwerk overzicht:
|
||||||
<img src="https://test.lermer.nl/afb/Netwerk.svg">
|
<img src="https://test.lermer.nl/afb/Netwerk.svg">
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
# Handige Links:
|
# Handige Links:
|
||||||
- Op Debian gebaseerd besturingssysteem: https://www.openmediavault.org/
|
- Op Debian gebaseerd besturingssysteem: https://www.openmediavault.org/
|
||||||
|
@ -16,19 +16,19 @@ external ip check: ```curl ipinfo.io```
|
||||||
|
|
||||||
# Docker tips:
|
# Docker tips:
|
||||||
|
|
||||||
- Alle containers weergeven: ```docker ps -a```<br />
|
- Alle containers weergeven: ```docker ps -a```
|
||||||
- container stoppen```docker container stop xx```<br />
|
- container stoppen```docker container stop xx```
|
||||||
- container verwijderen```docker container rm xx```<br />
|
- container verwijderen```docker container rm xx```
|
||||||
|
|
||||||
### Opschonen:
|
### Opschonen:
|
||||||
- ```docker system prune -a``` <br />
|
- ```docker system prune -a```
|
||||||
- ```docker network prune``` <br />
|
- ```docker network prune```
|
||||||
|
|
||||||
### Bash:
|
### Bash:
|
||||||
```docker exec -it xxxx bash```<br />
|
```docker exec -it xxxx bash```
|
||||||
|
|
||||||
## Docker-compose:
|
## Docker-compose:
|
||||||
- stoppen: ```docker-compose stop```<br />
|
- stoppen: ```docker-compose stop```
|
||||||
- Downloaden: ```docker-compose pull```<br />
|
- Downloaden: ```docker-compose pull```
|
||||||
- Build Normaal: ```docker-compose up -d```<br />
|
- Build Normaal: ```docker-compose up -d```
|
||||||
- Build Lokaal: ```docker-compose build --pull```<br />
|
- Build Lokaal: ```docker-compose build --pull```
|
Loading…
Reference in a new issue