This is how to install portainer on the swarm you created using this gist note this should work on non-swarm installs too!
Download the portain stack yaml that will do this for you
curl -L https://downloads.portainer.io/ce2-17/portainer-agent-stack.yml -o portainer-agent-stack.yml
now run it
sudo docker stack deploy -c portainer-agent-stack.yml portainer
this will create a single portainer container that runs on the management node and deploy the agent to all worker nodes, once complete you can now access portainer at http://docker-host-ip:9000 and define your admin users etc
You now have a fully function docker swarm with portainer and can deploy containers, stacks or templates.
How to use portainer is beyond the scope of this gist
This is the portainer install doc at time of writing for reference but the instructions above will work just fine
I am happy to try anything but need some more guidance on what to try.
The only difference i see btw the standard script of Portainer and your Portception is the following isn't included
not sure this was intended or not ? And what would be the impact ?
If I look at the prep, this is all done. Besides the agents installation. I intend to use the following https://docs.portainer.io/2.17/start/agent/swarm/linux Okay ?
The deployment however, I have a lot of questions