You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use a shell script to start both star-randsrv and nitriding. Nitriding now supports the -appcmd command line switch, which instructs it to run the given executable. We should be able to get rid of start.sh and instead use the following command:
With that in place, we no longer need a shell in our Docker image, and we might even be able to use a scratch image — provided that we add root CA certificates to talk to Let's Encrypt's infrastructure.
The text was updated successfully, but these errors were encountered:
We currently use a shell script to start both star-randsrv and nitriding. Nitriding now supports the
-appcmd
command line switch, which instructs it to run the given executable. We should be able to get rid of start.sh and instead use the following command:With that in place, we no longer need a shell in our Docker image, and we might even be able to use a scratch image — provided that we add root CA certificates to talk to Let's Encrypt's infrastructure.
The text was updated successfully, but these errors were encountered: