Skip to content

Commit 008c8f5

Browse files
authored
Merge pull request #509 from collabnix/new
New
2 parents 0f2a6b9 + 93afe0e commit 008c8f5

File tree

66 files changed

+3650
-0
lines changed

Some content is hidden

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

66 files changed

+3650
-0
lines changed

dockerlabs/docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Welcome to MkDocs
2+
3+
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4+
5+
## Commands
6+
7+
* `mkdocs new [dir-name]` - Create a new project.
8+
* `mkdocs serve` - Start the live-reloading docs server.
9+
* `mkdocs build` - Build the documentation site.
10+
* `mkdocs -h` - Print help message and exit.
11+
12+
## Project layout
13+
14+
mkdocs.yml # The configuration file.
15+
docs/
16+
index.md # The documentation homepage.
17+
... # Other markdown pages, images and other files.

dockerlabs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
site_name: My Docs
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)