Installation of Docker-CE on odroid c2 (armhf) - removed openhab

So I started installing docker ce as part of following their instructions. To put a caddy reverse proxy on my C2…and I would have later on moved my openhab instance into it.

But half way through the install apt started removing all sorts, including openhab and mosquitto, logrotate and all sorts of random stuff.

You can see it starting here:

2018-09-05 21:05:51 startup archives unpack
2018-09-05 21:05:51 install curl:arm64 <none> 7.47.0-1ubuntu2.8
2018-09-05 21:05:51 status half-installed curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:51 status triggers-pending man-db:arm64 2.7.5-1
2018-09-05 21:05:51 status unpacked curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:51 status unpacked curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:51 trigproc man-db:arm64 2.7.5-1 <none>
2018-09-05 21:05:51 status half-configured man-db:arm64 2.7.5-1
2018-09-05 21:05:52 status installed man-db:arm64 2.7.5-1
2018-09-05 21:05:52 startup packages configure
2018-09-05 21:05:52 configure curl:arm64 7.47.0-1ubuntu2.8 <none>
2018-09-05 21:05:52 status unpacked curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:52 status half-configured curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:52 status installed curl:arm64 7.47.0-1ubuntu2.8
2018-09-05 21:05:52 startup packages configure
2018-09-05 21:07:59 startup packages remove
2018-09-05 21:07:59 status installed apt-listchanges:all 2.85.14ubuntu1
2018-09-05 21:07:59 remove apt-listchanges:all 2.85.14ubuntu1 <none>

Any ideas why? I’ve go it back…but I’m not quite sure the state of the system.

I’ve lost ssh access to my machine as well… BUt still have karaf.

Anyone know if I can use ssh to karaf and install something on the host?
ie shell.exec apt-get install sshd?

Need some way of passing root credentials.