-
-
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.
Merge pull request #509 from collabnix/new
New
- Loading branch information
Showing
66 changed files
with
3,650 additions
and
0 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,17 @@ | ||
# Welcome to MkDocs | ||
|
||
For full documentation visit [mkdocs.org](https://www.mkdocs.org). | ||
|
||
## Commands | ||
|
||
* `mkdocs new [dir-name]` - Create a new project. | ||
* `mkdocs serve` - Start the live-reloading docs server. | ||
* `mkdocs build` - Build the documentation site. | ||
* `mkdocs -h` - Print help message and exit. | ||
|
||
## Project layout | ||
|
||
mkdocs.yml # The configuration file. | ||
docs/ | ||
index.md # The documentation homepage. | ||
... # Other markdown pages, images and other files. |
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 @@ | ||
site_name: My Docs |
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. | ||
|
||
 |
Empty file.
Oops, something went wrong.