Docker support

Which version will this take in effect ? I am assuming from the date of your post after 8 Sep

I am running into this error when trying to run the docker image. Is this because I have not set up a RHINO_TOKEN environment variable ?:

[13:50:09 INF] Compute 1.0.0.0, Rhino 7.0.20287.16003
[13:50:09 INF] Configuration Result:
[Success] Name compute.geometry
[Success] ServiceName compute.geometry
[13:50:09 INF] Topshelf v4.1.0.172, .NET Framework v4.0.30319.42000
[13:50:09 INF] Launching RhinoCore library as ContainerAdministrator
[13:50:14 ERR] An exception occurred
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
at Rhino.Runtime.InProcess.RhinoCore.InternalStartup(Int32 argc, String[] argv, StartupInfo& info, IntPtr hostWnd)
at Rhino.Runtime.InProcess.RhinoCore..ctor(String[] args, WindowStyle windowStyle, IntPtr hostWnd)
at compute.geometry.OwinSelfHost.Start() in C:\src\compute.geometry\Program.cs:line 78
at Topshelf.ServiceConfiguratorExtensions.<>c__DisplayClass2_0`1.<WhenStarted>b__0(T service, HostControl control)
at Topshelf.Builders.DelegateServiceBuilder`1.DelegateServiceHandle.Start(HostControl hostControl)
at Topshelf.Hosts.ConsoleRunHost.Run()