Update 'docker_portainer_stacks/portainer/README.md'

This commit is contained in:
sthope 2021-09-02 21:13:20 +02:00
parent dd05b79b64
commit f8c677aded

View File

@ -1,8 +1,6 @@
# Portainer # Portainer
Docker-compose stack with Portainer, VSCode, WatchTower Docker-compose stack with Portainer, VSCode, WatchTower
Install with 1 line cmd (running as sudo/root) Install with 1 line cmd (running as sudo/root)
``` ```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/script/install_nosudo)" clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/script/install_nosudo)"
@ -18,4 +16,9 @@ wget https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/por
``` ```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/install-portainer-agent)" EDGE_ID EDGE_KEY bash -c "$(wget -qLO - https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/install-portainer-agent)" EDGE_ID EDGE_KEY
``` ```
Replace `EDGE_ID` and `EDGE_KEY` with ones given by Portainer Replace `EDGE_ID` and `EDGE_KEY` with ones given by Portainer
# Portainer EndPoint DockerAPI no TLS
```
clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-notls)"
```