vault backup: 2024-03-06 18:56:16
This commit is contained in:
14
Cards/Computer Science/OpenWrt Docker.md
Normal file
14
Cards/Computer Science/OpenWrt Docker.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user