Files
thpeetz-notes/Infos/IT/Docker.md
T
2026-01-27 16:34:57 +01:00

20 lines
329 B
Markdown

## Verwendung
## Plugins
### docker compose
Build updated image
```shell
docker compose build
```
Build and restart
```shell
docker compose up -d --build
```
## Links
- https://tcude.net/updating-container-with-docker-compose/
- https://stackoverflow.com/questions/49316462/how-to-update-existing-images-with-docker-compose