
Status: Image is up to date for collabora/code:latest Hollowdew ) The TLS connection was non-properly terminatedĭigest: sha256:2f5bad8918259.2003a6e0a475430

Something is wrong right? Actually I don't need to change anything from your Dockerfile or script, am I wrong?Įverything is original and the files are available. Ln: failed to create symbolic link '/opt/lool/systemplate/etc/nf': No such file or directory" "rm: cannot remove '/opt/lool/systemplate/etc/nf': No such file or directory "docker logs containername" shows me the following: > Container is running but restarts all the time I'm wondering why I can't build a simple image from your Dockerfile.ĭownloaded git repo (Dockerfile and script-Directory containing install-libreoffice.sh and start-libreoffice.sh) and did a chmod 777 -R to all files in my curernt Directory.Īllright, then build a container with the following command:ĭocker run -t -d -p 9980:9980 -e "DONT_GEN_SSL_CERT=true" -e "server_name=documentserver\.my\.domain\.de" -e 'domain=owncloud\.my\.domain\.de' -name containername -v /app/collabora/loolwsd/:/etc/loolwsd/ -e "username=admin" -e "password=pass" -dns=my-dns-ip-addr -restart always -cap-add MKNOD test
