Back to Portainer

Is there a way to specify the license at the command line?

faqs/licensing/is-there-a-way-to-specify-the-license-at-the-command-line.md

1.23.2416 B
Original Source

Is there a way to specify the license at the command line?

You can use the `PORTAINER_LICENSE_KEY` environment variable.

For example:

<pre><code><strong>docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -e "PORTAINER_LICENSE_KEY="&#x3C;license key here>" -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:latest </strong></code></pre>