Building container
-
Make sure you have docker installed.
-
Download source code from GitHub. There are usually three methods to choose from. Use the one that suits you best.
Terminal window # HTTPS:git clone https://github.com/czoczo/casavue.git# SSH:git clone git@github.com:czoczo/casavue.git# GitHub CLI:gh repo clone czoczo/casavue -
Build contianer
Terminal window docker buildx build \--platform linux/amd64,linux/arm64 \-t casavue:latest .