-
-
Save fr34k8/7db825838c61635b38d8e5e14ec365da to your computer and use it in GitHub Desktop.
Docker Aptly-cli run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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