docs: create home/homelab/Updating-Docker

This commit is contained in:
Cheeks 2024-09-23 01:26:00 +00:00 committed by cheeks
parent cb55f0efdc
commit 7581b88f5f

View File

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