Add Local Registry Example
This commit is contained in:
@@ -87,6 +87,13 @@ docker push username/mein-projekt:1.0
|
||||
docker pull username/mein-projekt:1.0
|
||||
```
|
||||
|
||||
Lokale Registry:
|
||||
```bash
|
||||
docker build -t localhost:5000/mein-projekt:1.0 .
|
||||
docker push localhost:5000/mein-projekt:1.0
|
||||
docker image ls localhost:5000/*
|
||||
```
|
||||
|
||||
## Container-Lebenszyklus
|
||||
|
||||
### Starten, Stoppen, Löschen
|
||||
|
||||
Reference in New Issue
Block a user