Inflowenger Logo

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.

      docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:2404:2404 mehdishokohi/inflowenger
    

In the end

After installation operation, generate a free license from this and register it through the panel