> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.cloudcone.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Getting Started with Docker

# About Docker

Docker provides the ability to package and run an application in a loosely isolated environment called a container. The isolation and security allow you to run many containers simultaneously on a given host.

* Official Website: https://www.docker.com/
* Underlying OS: CentOS 8.1 Server (64 Bit)

### Minimum System Requirements

* 1 vCPU Core
* 1 GB RAM (2 GB recommended)
* 10 GB of Disk

# Getting Started

Once the application is installed, you need to install Docker Compose by logging into the server. 

Docker Compose is used to launch and link multiple containers and these containers depends on each other. For example:- Launching LAMP/LEMP applications inside containers.

Please refer to the guide here - https://docs.docker.com/compose/install/

Afterwards, verify the Docker Installation using the following command

 ```docker run hello-world```
### Important files and documents

Docker official documentation site: https://docs.docker.com/

![Docker](https://storage.crisp.chat/users/helpdesk/website/2d4cd5516f670e00/docker-cloud-twitter-card_1eclksb.png)