Skip to content

Commit 4ecd469

Browse files
Bob WallBob Wall
authored andcommitted
updates to layout
1 parent 7ff6ac8 commit 4ecd469

4 files changed

Lines changed: 27 additions & 2 deletions

File tree

assets/images/docker.png

115 KB
Loading

docs/user-guides/aws/supported-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ nav_order: 2
7070
<tr>
7171
<td>EKS</td>
7272
<td>⭐</td>
73-
<td></td>
73+
<td>Basic viewing support.</td>
7474
</tr>
7575
<tr>
7676
<td>ELB</td>

docs/user-guides/docker/index.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ title: Docker
44
nav_order: 2
55
parent: User Guides
66
has_children: true
7+
has_toc: false
78
---
89

9-
# Docker
10+
# Docker
11+
12+
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package. By doing so, thanks to the container, the developer can rest assured that the application will run on any other Linux machine regardless of any customized settings that machine might have that could differ from the machine used for writing and testing the code.
13+
14+
Docker has developed an easy process for installing Docker providing the ability to build and share your containerized applications. Whether you install Docker on a macOS, Linux or Windows platform, Commandeer assists you in this process and provides insight into the Docker Installation process status.
15+
16+
## Docker Installation
17+
18+
You can use Commandeer for managing your cloud resources without having Docker running. That being said, if you would like to use LocalStack, you'll need to have Docker installed and running on your machine. Commandeer also displays the status of your Docker process for better visibility.
19+
20+
### Install Docker on macOS
21+
22+
There are multiple ways to install Docker on your machine, we recommend using Docker for Mac desktop application. The installation is straightforward and it's developed by Docker itself. You can [download](https://docs.docker.com/desktop/install/mac-install/) Docker for Mac from DockerHub.
23+
24+
### Install Docker on Linux
25+
26+
After you download and install Docker using the [repository method](https://docs.docker.com/engine/install/ubuntu/) you'll need to follow these [post-install instructions](https://docs.docker.com/engine/install/linux-postinstall/) to add the Docker user to the group. This will allow you to run Docker from the command line without using the sudo
27+
28+
### Install Docker on Windows
29+
30+
Installing Docker on Windows requires running Windows Professional Edition which comes with Hyper-V enabled. [Download](https://docs.docker.com/desktop/install/windows-install/) and install Docker Desktop for Windows from DockerHub. Make sure to keep the Hyper-V option on during the installation. Then start Docker by double-clicking on the shortcut created on your desktop.
31+
32+
![Docker](/assets/images/docker.png)
33+

docs/user-guides/localstack/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: LocalStack
44
nav_order: 3
55
parent: User Guides
66
has_children: true
7+
has_toc: false
78
---
89

910
# LocalStack

0 commit comments

Comments
 (0)