Patrick Weiss
Patrick Weiss
I believe the image size can be reduced even more by consolidating the other layers into one layer, but then the code is most likly not so readable anymore and...
Another possibility would be to remove the Docker CLI completly. You can actually just mount `/usr/bin/docker` into the container to achive the same result. This would bring the image size...
@varhub I believe remote access is not required as the backup volumes need to be local as well. At least I cannot think of another possibility right now.
@varhub You're correct, but still I see another problem. Even though lets says remote backup (nfs) is a topic the image by itself does not support remote docker control yet....
@jareware: I guess it is fine, even though my PR utilized the package manager instead of the docker install script. Not sure if this is any better. As mentioned I...
Just a heads up: The guys responsible for [ValveKeyValue](https://github.com/SteamDatabase/ValveKeyValue) have implemented it in there library. They have a [Sample project](https://github.com/SteamDatabase/SteamAppInfo) available as well. Maybe it helps implementing it in your...
Was trapped in the same problem, thanks for the detailed description. I agree it should be as you described. For now I can at least continue with my coding.
> Hi, I came across a bug when using .LaunchString with Battle.net games. > > With the latest release, it currently returns --game=PRO instead of --exec="launch Pro", etc. @JamesCJ60 sounds...
> Additonally.. the demo should account for a battle.net game having battle.net launched. If battle net is not already running that must be started first and fully loaded before running...
I have the very same issue using the latest version. It started when including Basic Auth and X509 in the project. - PackageReference Include="Docker.DotNet" Version="3.125.5" - PackageReference Include="Docker.DotNet.BasicAuth" Version="3.125.3" -...