From f8c677aded48af80a95a5fae1bf5f1c5d3f3f48f Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 21:13:20 +0200 Subject: [PATCH] Update 'docker_portainer_stacks/portainer/README.md' --- docker_portainer_stacks/portainer/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker_portainer_stacks/portainer/README.md b/docker_portainer_stacks/portainer/README.md index ed8865b..e4ea9da 100644 --- a/docker_portainer_stacks/portainer/README.md +++ b/docker_portainer_stacks/portainer/README.md @@ -1,8 +1,6 @@ # Portainer Docker-compose stack with Portainer, VSCode, WatchTower - - 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)" @@ -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 ``` -Replace `EDGE_ID` and `EDGE_KEY` with ones given by Portainer \ No newline at end of file +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)" +``` \ No newline at end of file