Skip to content

Commit 93afe0e

Browse files
committed
Added mkdocs
1 parent 95e855e commit 93afe0e

File tree

64 files changed

+3627
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3627
-13
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To install Docker Desktop for Linux on Ubuntu, you can follow these steps:
2+
3+
1. Download the .deb package from the official Docker website.
4+
5+
2. Install the package using the command:
6+
7+
```sudo dpkg -i <package-name>.deb```
8+
9+
3. Start the Docker Desktop service:
10+
11+
```sudo systemctl start docker```
12+
13+
4. Verify that Docker is running by checking its status:
14+
15+
```sudo systemctl status docker```
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Installing Docker Desktop for Mac
2+
3+
Docker Desktop is free for small businesses (fewer than 250 employees AND less than $10 million in annual revenue), personal use, education, and non-commercial open-source projects. Otherwise, it requires a paid subscription for professional use. Paid subscriptions are also required for government entities. When downloading and installing Docker Desktop, you are asked to agree to the Docker Subscription Service Agreement
4+
5+
6+
## Download Docker Desktop for Mac
7+
8+
- [Apple Silicon](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=module)
9+
- [Intel Chip](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=module)
10+
11+
## Install interactively
12+
13+
1. Double-click `Docker.dmg` to open the installer, then drag the Docker icon to
14+
the Applications folder.
15+
16+
17+
2. Double-click `Docker.app` in the **Applications** folder to start Docker.
18+
19+
3. The Docker menu (whale menu) displays the Docker Subscription Service Agreement window.
20+
21+
22+
23+
4. Select **Accept** to continue. Docker Desktop starts after you accept the terms.
24+
25+
![docker desktop](image/docker%20desktop.png)

portal/docs/2_Installation/docker-desktop-for-windows.md

Whitespace-only changes.

0 commit comments

Comments
 (0)