Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.31 KB

File metadata and controls

23 lines (14 loc) · 1.31 KB

cryptomator-cli-docker

Build Status

Docker image for running Cryptomator CLI

Project Overview

This project creates a Docker image for the cryptomator/cli tool, allowing you to use Cryptomator’s command-line functionalities within a containerized environment.

Note:

  • The upstream cryptomator/cli source code and its binaries are distributed under the GPLv3 license.
  • The Docker build scripts, CI configuration files, and all custom wrapping code in this repository are original and released under the MIT License.
  • Since the Docker image includes GPLv3 software, ensure that your usage complies with the GPLv3 requirements as well as the MIT License for the custom components.

Pulling the Image

The Docker image is hosted on Docker Hub and is automatically built and tagged based on the upstream release version.

Pull the image by specifying the tag (e.g., latest or a specific version):

docker pull latelan/cryptomator-cli-docker:<tag>