Install Portainer BE with Docker on Linux
Install Portainer BE with Docker on Linux These installation instructions are for Portainer Business Edition (BE). For Portainer Community Edition (CE) refer to the CE install documentation . Introduction Portainer consists of two elements, the Portainer Server , and the Portainer Agent . Both elements run as lightweight Docker containers on a Docker engine. This document will help you install the Portainer Server container on your Linux environment. To add a new Linux environment to an existing Portainer Server installation, please refer to the Portainer Agent installation instructions . To get started, you will need: The latest version of Docker installed and working sudo access on the machine that will host your Portainer Server instance By default, Portainer Server will expose the UI over port 9443 and expose a TCP tunnel server over port 8000 . The latter is optional and is only required if you plan to use the Edge compute features with Edge agents. A license key for Portai...