Skip to content

Instantly share code, notes, and snippets.

@sepulworld
Last active October 19, 2016 17:06
Show Gist options
  • Select an option

  • Save sepulworld/dad371d543edfbf7b48143c4a1612fc5 to your computer and use it in GitHub Desktop.

Select an option

Save sepulworld/dad371d543edfbf7b48143c4a1612fc5 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