We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3215319 commit a8189aeCopy full SHA for a8189ae
content/manuals/compose/install/linux.md
@@ -41,7 +41,13 @@ To install the Docker Compose plugin on Linux, you can either:
41
$ sudo apt-get update
42
$ sudo apt-get install docker-compose-plugin
43
```
44
- * For RPM-based distributions, run:
+ * For Fedora, run:
45
+ ```console
46
+ $ sudo dnf update
47
+ $ sudo dnf install docker-compose
48
+ ```
49
+
50
+ * For RHEL and other RPM-based distributions, run:
51
52
```console
53
$ sudo yum update
0 commit comments