I tried the commands in "can-t-start-docker-container-from-xoa" but it blew up unfortunately.
xscontainer-prepare-vm -v 0390f015-9302-ccbd-e4af-1bbbba283cfd -u core
Would you like to push a pool-specific public SSH key into the ~/.ssh/authorized_keys file of the specified VM and therefore authorize hosts in the pool to interact with the containers inside the VM?
Answer y/n:
y
Traceback (most recent call last):
File "/usr/bin/xscontainer-prepare-vm", line 272, in <module>
sys.exit(main())
File "/usr/bin/xscontainer-prepare-vm", line 246, in main
resultcode = _handle_ssh(session, options)
File "/usr/bin/xscontainer-prepare-vm", line 139, in _handle_ssh
resultcode = push_ssh_key(session, options.vmuuid, options.username)
File "/usr/bin/xscontainer-prepare-vm", line 80, in push_ssh_key
print(docker.ERROR_CAUSE_NETWORK)
AttributeError: 'module' object has no attribute 'ERROR_CAUSE_NETWORK'
Maybe related, when I tried to look at the current sshhostkey it said the parameter didn't exist.
Not too concerned, portainer seems to be the go instead. But thought I'd report my experiences.