echo -e "\n######################################################################\n\n You can access Portainer with your browser at https://${myip}:9443\n\n Please note the following admin password to access the portainer:\n '$SECRET'\n Enjoy your Docker intallation.\n\n######################################################################"
echo -e "\n######################################################################\n\n Please enter the following data into the Portainer "Add environment" wizard:\n\tEnvironment address: ${myip}:9001\n\n Enjoy your Docker intallation.\n\n######################################################################"
}
case$PORTAINER in
full) install_portainer_full ;;
agent) install_portainer_agent ;;
*)echo -e "\n######################################################################\n\n Enjoy your Docker intallation.\n\n######################################################################";;