Portainer hides the complexity of managing containers behind an easy-to-use UI. By removing the need to use the CLI, write YAML or understand manifests, Portainer makes deploying apps and troubleshooting problems so easy that anyone can do it.
Prerequisites
Docker
If you haven't installed docker follow this article and install docker
Install Portainer
Create docker volume for portainer
docker volume create portainer_data
Run the following command to download and run the portainer docker container.