Skip to content

Commit

Permalink
Added mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina committed Sep 28, 2023
1 parent 95e855e commit 93afe0e
Show file tree
Hide file tree
Showing 64 changed files with 3,627 additions and 13 deletions.
15 changes: 15 additions & 0 deletions portal/docs/2_Installation/docker-desktop-for-linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To install Docker Desktop for Linux on Ubuntu, you can follow these steps:

1. Download the .deb package from the official Docker website.

2. Install the package using the command:

```sudo dpkg -i <package-name>.deb```

3. Start the Docker Desktop service:

```sudo systemctl start docker```

4. Verify that Docker is running by checking its status:

```sudo systemctl status docker```
25 changes: 25 additions & 0 deletions portal/docs/2_Installation/docker-desktop-for-mac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Installing Docker Desktop for Mac

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


## Download Docker Desktop for Mac

- [Apple Silicon](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=module)
- [Intel Chip](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=dd-smartbutton&utm_location=module)

## Install interactively

1. Double-click `Docker.dmg` to open the installer, then drag the Docker icon to
the Applications folder.


2. Double-click `Docker.app` in the **Applications** folder to start Docker.

3. The Docker menu (whale menu) displays the Docker Subscription Service Agreement window.



4. Select **Accept** to continue. Docker Desktop starts after you accept the terms.

![docker desktop](image/docker%20desktop.png)
Empty file.
Loading

0 comments on commit 93afe0e

Please sign in to comment.