mherger wrote: > > Ok, that should work again. Can you confirm? >
Currently I have one docker-file per architecture - so if you have a URL where I can get the package for a specific architecture, I would be happy to use it instead of getting the "big package" every time. Is http://wiki.slimdevices.com/index.php/Nightly_Builds the correct page for the docs? I Just ran a build and it looks good - I sucessfully built 7.9.2, 7.9.3, 7.9.4 and 8.0 There's no more work done on 7.9.3, as it has been released. Any further work will be 8.x or 7.9.4 (or later). mherger wrote: > > There's no more work done on 7.9.3, as it has been released. Any further > > work will be 8.x or 7.9.4 (or later). I would still like to keep the images, since a build of the image includes an update version of the base image which might include security patches. This way even stable versions receive security patches. mherger wrote: > > One challenge I've never fully understood is plugins with helper > applications: How, in a Docker image, would eg. Spotify Connect work, if > > Spotty's helper application would need to be reachable from outside the > > Docker container? I don't know the helper application, but it is no problem to make an application available via network - you can just forward the relevant ports to the container. That's what happens with the LMS image too: forwarding of port 9000 allows the website to be reachable from outside the docker host. ------------------------------------------------------------------------ DOliana's Profile: http://forums.slimdevices.com/member.php?userid=68811 View this thread: http://forums.slimdevices.com/showthread.php?t=111828 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
