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
{{ message }}
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
The official build of DockerToolbox.exe is properly signed to originate from Docker Inc. Obviously we will want to do the same. The application signing appears to be done separately from the actual build of the .exe. Will have to find out how to do this.
Update: Another note on signing: Powershell scripts can and should be signed as well. Currently we do not sign the scripts for launching Docker/Sage, but we could just as well (in the meantime this is easy to workaround by running powershell with -ExecutionPolicy Unrestricted in the launcher shortcuts)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The official build of DockerToolbox.exe is properly signed to originate from Docker Inc. Obviously we will want to do the same. The application signing appears to be done separately from the actual build of the .exe. Will have to find out how to do this.
Update: Another note on signing: Powershell scripts can and should be signed as well. Currently we do not sign the scripts for launching Docker/Sage, but we could just as well (in the meantime this is easy to workaround by running powershell with
-ExecutionPolicy Unrestricted
in the launcher shortcuts)The text was updated successfully, but these errors were encountered: