From 0ccbe77f125b1da259815e454d00c84d1c59707e Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 8 Jan 2025 13:33:16 +0100 Subject: [PATCH] Add docker installation. --- cli/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cli/index.md b/cli/index.md index 2aa2e161..ee1e51a7 100644 --- a/cli/index.md +++ b/cli/index.md @@ -4,6 +4,7 @@ Command Line Interface (CLI) :::{toctree} :hidden: :titlesonly: +docker support ::: @@ -151,6 +152,16 @@ Packages can also be found for [download](https://dist.duck.sh/). :::: ::::: +### Docker Image + +_Cyberduck CLI_ is available as a Docker Image. Install from the command line with + + docker pull ghcr.io/iterate-ch/cyberduck:latest + +### GitHub Action + +_[Cyberduck CLI GitHub Action](https://github.com/iterate-ch/cyberduck-cli-action)_ is available for [GitHub Actions](https://github.com/features/actions). It runs Cyberduck CLI within a docker container. Refer to [Use Cyberduck CLI GitHub Action](../tutorials/cli_github_action.md). + ## Usage `Usage:duck [options...]`