mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-03 05:33:38 +00:00
Updated Docker usage instructions (markdown)
@@ -24,7 +24,7 @@ The GUI version doesn't work on non-Windows OS.
|
||||
stable"`
|
||||
6. `apt update`
|
||||
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`
|
||||
|
||||
## [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"`
|
||||
5. `sudo apt update`
|
||||
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`
|
||||
|
||||
## [macOS](https://docs.docker.com/docker-for-mac/install/)
|
||||
|
||||
Reference in New Issue
Block a user