-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95e855e
commit 93afe0e
Showing
64 changed files
with
3,627 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.