Docker image for running Cryptomator CLI
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.
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>