Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.1 KB

USAGE.md

File metadata and controls

30 lines (20 loc) · 1.1 KB

General purpose guidelines

How to deal with no code-signing

IMPORTANT: Code signing should not be bypassed or avoided, it is much safer to clone the repo and create local builds than to download binaries that are not signed and force their installation.

MacOS

  • Allow unsigned application to execute - xattr -d com.apple.quarantine /Applications/Container\ Desktop.app
brew install colima
brew install docker

Windows

  • Download the application from Microsoft Store, it is digitally signed, courtesy of Microsoft. You can also install it using
winget install "Docker.DockerCLI"
winget install "Container Desktop"

Linux