Skip to content

Building container

  1. Make sure you have docker installed.

  2. 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
  3. Build contianer

    Terminal window
    docker buildx build \
    --platform linux/amd64,linux/arm64 \
    -t casavue:latest .