commit
8c262b2dff
|
@ -1,4 +1,4 @@
|
|||
# Requirements
|
||||
# :fontawesome-solid-clipboard-list: Requirements
|
||||
Portainer is comprised of two elements, the Portainer Server, and the Portainer Agent. Both elements run as lightweight Docker containers on a Docker engine.
|
||||
|
||||
By default, Portainer will expose the UI over the port `#!Ruby 9000` and expose a TCP tunnel server over the port `#!Ruby 8000`. The latter is optional and is only required if you plan to use the Edge compute features with Edge agents.
|
||||
|
@ -8,7 +8,7 @@ Every single release of Portainer goes through an extensive testing process (fun
|
|||
|
||||
To try and alleviate confusion as to what we test against, we have documented the configurations that we personally validate as "functional"; any other variant is not tested (this does not mean it wont work, it just means its not tested).
|
||||
|
||||
## Validated Configurations
|
||||
## :fontawesome-solid-check-double: Validated Configurations
|
||||
|
||||
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures | Operating Systems |
|
||||
|-----------------------|--------------|----------------|-----------------------|---------------|----------------------------------------------------------------------------------------------|
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Secure Portainer using SSL
|
||||
# :fontawesome-solid-shield-alt: Secure Portainer using SSL
|
||||
|
||||
By default, Portainer’s web interface and API is exposed over HTTP. This is not secure, Portainer recommends enabling SSL, particularly in a production environment.
|
||||
|
||||
## Securing Portainer using SSL with Docker
|
||||
## :fontawesome-solid-lock: Securing Portainer using SSL with Docker
|
||||
|
||||
To do so, you can use the following flags <code>--ssl</code>, <code>--sslcert</code> and <code>--sslkey</code>:
|
||||
|
||||
|
@ -10,7 +10,7 @@ To do so, you can use the following flags <code>--ssl</code>, <code>--sslcert</c
|
|||
|
||||
Now, you can navigate to https://$ip-docker-host
|
||||
|
||||
## Securing Portainer using SSL with Docker Swarm
|
||||
## :fontawesome-solid-lock: Securing Portainer using SSL with Docker Swarm
|
||||
|
||||
Securing Portainer on Docker Swarm is fairly simple. The following example takes in to asumption that you have an external overlay network and external secrets. If you do not, simply create them:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Requirements
|
||||
# :fontawesome-solid-clipboard-list: Requirements
|
||||
Portainer is comprised of two elements, the Portainer Server, and the Portainer Agent. Both elements run as lightweight Docker containers on a Docker engine.
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ Every single release of Portainer goes through an extensive testing process (fun
|
|||
|
||||
To try and alleviate confusion as to what we test against, we have documented the configurations that we personally validate as "functional"; any other variant is not tested (this does not mean it wont work, it just means its not tested).
|
||||
|
||||
## Validated Configurations
|
||||
## :fontawesome-solid-check-double: Validated Configurations
|
||||
|
||||
| Portainer Version | Release Date | Docker Version | Kubernetes Version | Architectures | Operating Systems |
|
||||
|--------------------------|----------------|----------------|------------------------------|----------------------|----------------------------------------------------------------------------------------------------------|
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Secure Portainer using SSL
|
||||
# :fontawesome-solid-shield-alt: Secure Portainer using SSL
|
||||
|
||||
By default, Portainer’s web interface and API is exposed over HTTP. This is not secure, Portainer recommends enabling SSL, particularly in a production environment.
|
||||
|
||||
## Securing Portainer using SSL with Docker
|
||||
## :fontawesome-solid-lock: Securing Portainer using SSL with Docker
|
||||
|
||||
To do so, you can use the following flags <code>--ssl</code>, <code>--sslcert</code> and <code>--sslkey</code>:
|
||||
|
||||
|
@ -10,7 +10,7 @@ To do so, you can use the following flags <code>--ssl</code>, <code>--sslcert</c
|
|||
|
||||
Now, you can navigate to https://$ip-docker-host
|
||||
|
||||
## Securing Portainer using SSL with Docker Swarm
|
||||
## :fontawesome-solid-lock: Securing Portainer using SSL with Docker Swarm
|
||||
|
||||
Securing Portainer on Docker Swarm is fairly simple. The following example takes in to asumption that you have an external overlay network and external secrets. If you do not, simply create them:
|
||||
|
||||
|
|
Loading…
Reference in New Issue