WikiJS/home/homelab/Updating-Docker.md
2025-01-01 02:04:46 +00:00

16 lines
274 B
Markdown

---
title: Updating Docker
description: How to update Docker Containers
published: true
date: 2024-09-23T01:25:59.816Z
tags:
editor: markdown
dateCreated: 2024-09-23T01:25:58.517Z
---
# Updating
```
docker compose pull
docker compose up -d
docker image prune -af
```