>>>>> Jean-Baptiste Onofre <[email protected]>: > By the way, just did a new test running the image with: > docker run -p 8101:8101 —name test apache/karaf:4.2.9
> And it starts fine, accessing via SSH doesn’t show anything suspicious. > I will fetch your repo to take a look. Note that the docker build isn't in that repo, it's in a branch in my scratch repo, so that the full clone operation is: git clone https://github.com/steinarb/oldalbum.git cd oldalbum git remote add scratch https://github.com/steinarb/scratch.git git checkout oldalbum/make-docker-image-of-oldalbum (I use a separate repository for "junk" and "under work" branches to avoid clutter)
