Skip to content

Instantly share code, notes, and snippets.

@kenoir
Created August 29, 2019 15:19
Show Gist options
  • Save kenoir/fc00534b02d49dce75b82bfe8cedf6dd to your computer and use it in GitHub Desktop.
Save kenoir/fc00534b02d49dce75b82bfe8cedf6dd to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
docker run \
--rm -it \
-v "$HOME/.aws:/root/.aws" \
-v "$(pwd):/project" mesosphere/aws-cli $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment