docs(configuration): disadvise auth disabled

pull/61/head
Anthony Lapenna 2018-12-26 17:28:46 +01:00
parent 97f5e8a4dc
commit 5744cc740f
1 changed files with 12 additions and 9 deletions

View File

@ -4,15 +4,6 @@ Configuration
Portainer can be easily tuned using CLI flags.
Disable authentication
======================
To disable Portainer internal authentication mechanism, start Portainer with the ``--no-auth`` flag:
.. code-block:: bash
$ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --no-auth
Admin password
==============
@ -158,6 +149,18 @@ Note: when using the external endpoint management, endpoint management will be d
For more information about the endpoint definition format see :doc:`External endpoints <external_endpoints>`
Disable authentication
======================
**WARNING**: The Portainer.io team strongly disadvises to disable authentication for security reasons.
To disable Portainer internal authentication mechanism, start Portainer with the ``--no-auth`` flag:
.. code-block:: bash
$ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer --no-auth
Available flags
===============