mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-06 04:20:47 +02:00
Updated Docker usage instructions (markdown)
@@ -24,7 +24,7 @@ The GUI version doesn't work on non-Windows OS.
|
|||||||
stable"`
|
stable"`
|
||||||
6. `apt update`
|
6. `apt update`
|
||||||
7. `apt -y install docker-ce`
|
7. `apt -y install docker-ce`
|
||||||
8. Verify if Docker was installed successfully by running the `hello-world` image:
|
8. Verify if Docker was successfully installed by running the `hello-world` image:
|
||||||
- `docker run hello-world`
|
- `docker run hello-world`
|
||||||
|
|
||||||
## [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
|
## [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
|
||||||
@@ -39,7 +39,7 @@ The GUI version doesn't work on non-Windows OS.
|
|||||||
4. `sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"`
|
4. `sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"`
|
||||||
5. `sudo apt update`
|
5. `sudo apt update`
|
||||||
6. `sudo apt -y install docker-ce`
|
6. `sudo apt -y install docker-ce`
|
||||||
7. Verify if Docker was installed successfully by running the `hello-world` image:
|
7. Verify if Docker was successfully installed by running the `hello-world` image:
|
||||||
- `docker run hello-world`
|
- `docker run hello-world`
|
||||||
|
|
||||||
## [macOS](https://docs.docker.com/docker-for-mac/install/)
|
## [macOS](https://docs.docker.com/docker-for-mac/install/)
|
||||||
|
|||||||
Reference in New Issue
Block a user