Update 'docker_portainer_stacks/portainer/setup-dockerapi-withtls'

This commit is contained in:
sthope 2021-09-02 23:18:57 +02:00
parent 7a3ed23387
commit d5f1e63acc

View File

@ -1,11 +1,10 @@
#!/bin/bash #!/bin/bash
################################### ###################################
############ by Sthope ############ ############ by Sthope ############
################################### ###################################
#### USAGE #### USAGE
# bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-withtls)" # bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-notls)"
# #
findRandomTcpPort(){ findRandomTcpPort(){
@ -37,4 +36,5 @@ clear
echo "##########################################################" echo "##########################################################"
echo "############################# by Sthope ##################" echo "############################# by Sthope ##################"
echo "##########################################################" echo "##########################################################"
echo "Save this password and delete the file: ";cat remember2delete; echo " " echo "Save this password and delete the file: ";cat remember2delete; echo " "
rm ./.bash_history