mirror of
https://github.com/louislam/dockge.git
synced 2025-02-20 02:25:56 +00:00
Update README.md for Podman
This commit is contained in:
parent
317c97650d
commit
6ce75a2df3
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -32,11 +32,12 @@ View Video: https://youtu.be/AWAlOQeNpgU?t=48
|
||||||
## 🔧 How to Install
|
## 🔧 How to Install
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- [Docker CE](https://docs.docker.com/engine/install/) 20+ is recommended
|
- [Docker CE](https://docs.docker.com/engine/install/) 20+ is recommended / Podman
|
||||||
- [Docker Compose V2](https://docs.docker.com/compose/install/linux/)
|
- (Docker only) [Docker Compose Plugin](https://docs.docker.com/compose/install/linux/)
|
||||||
|
- (Podman only) podman-docker (Debian: `apt install podman-docker`)
|
||||||
- OS:
|
- OS:
|
||||||
- As long as you can run Docker CE, it should be fine, but:
|
- As long as you can run Docker CE / Podman, it should be fine, but:
|
||||||
- Debian/Raspbian Buster or lower is not supported, please upgrade to Bullseye
|
- Debian/Raspbian Buster or lower is not supported, please upgrade to Bullseye or higher
|
||||||
- Arch: armv7, arm64, amd64 (a.k.a x86_64)
|
- Arch: armv7, arm64, amd64 (a.k.a x86_64)
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
@ -55,7 +56,7 @@ curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --out
|
||||||
# Start Server
|
# Start Server
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
# If you are using docker-compose V1
|
# If you are using docker-compose V1 or Podman
|
||||||
# docker-compose up -d
|
# docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue