I have a running EC2 instance that has...
A docker container that has ...
A karaf installation
I can ssh into that copy of Karaf. I can start and stop that
container, reboot the instance, all's good.
However, when I make an AMI of the instance and create a new instance
from the AMI, all is not well.
One symptom is:
ssh -p 8600 karaf@localhost
ssh_exchange_identification: read: Connection reset by peer
My KARAF_DATA is on a volume outside the Docker container, so I can
easily examine the log; and the log is dead boring.
Anyone have any ideas?