docs: create home/homelab/Updating-Docker
This commit is contained in:
parent
cb55f0efdc
commit
7581b88f5f
16
home/homelab/Updating-Docker.md
Normal file
16
home/homelab/Updating-Docker.md
Normal 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user