Skip to content

Commit

Permalink
Add docker installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 8, 2025
1 parent 2f7828a commit 0ccbe77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Command Line Interface (CLI)
:::{toctree}

Check warning on line 4 in cli/index.md

View workflow job for this annotation

GitHub Actions / build

toctree contains reference to nonexisting document 'cli/docker'
:hidden:
:titlesonly:
docker
support
:::

Expand Down Expand Up @@ -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...]`
Expand Down

0 comments on commit 0ccbe77

Please sign in to comment.