one liner
Dieser Commit ist enthalten in:
Ursprung
340d34556e
Commit
20ba339262
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -13,8 +13,7 @@ Quick installation for most operation systems:
|
||||||
```
|
```
|
||||||
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
||||||
# After the installation process is finished, you may need to enable the service and make sure it is started (e.g. CentOS 7)
|
# After the installation process is finished, you may need to enable the service and make sure it is started (e.g. CentOS 7)
|
||||||
systemctl enable docker.service
|
systemctl enable --now docker
|
||||||
systemctl start docker.service
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- Docker-Compose
|
- Docker-Compose
|
||||||
|
|
Laden …
In neuem Issue referenzieren