Install Docker
Make sure to install Docker on your host system beforehand
The command below installs Docker
curl -sSL https://get.docker.com/ | sh
Install Inflowenger
inflowenger requires access to docker service to run a feature related to managing extensions, as its extensions are primarily based on container technology.
Therefore, it is preferable to run inflowenger with docker service access capability.
However, if your environment is under information security scrutiny, you can also run inflowenger without bind any volume, like this docker run -d -p 2404:2404 mehdishokohi/inflowenger
Port 2404 is the Admin Panel. If you would like to bind it to a specific host port.