vault backup: 2024-03-06 18:56:16

This commit is contained in:
2024-03-06 18:56:16 +08:00
parent 494760f7ca
commit 0f82d1e9f1

View File

@@ -0,0 +1,14 @@
---
aliases:
atlas: "[[Atlas/Card|Card]]"
created: 2024-03-06 18:50:29
modified:
tags:
title: OpenWrt Docker
---
# Protainer
```
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
```