Skip to content

Instantly share code, notes, and snippets.

@fr34k8
Forked from sepulworld/aptly-cli-docker.sh
Created October 19, 2016 17:06
Show Gist options
  • Select an option

  • Save fr34k8/7db825838c61635b38d8e5e14ec365da to your computer and use it in GitHub Desktop.

Select an option

Save fr34k8/7db825838c61635b38d8e5e14ec365da to your computer and use it in GitHub Desktop.
Docker Aptly-cli run
alias aptly-cli='\
docker run \
-v ~/.config/aptly-cli/aptly-cli.conf:/etc/aptly-cli.conf \
-it --rm --name=aptly-cli \
sepulworld/aptly-cli'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment