gjbae1212 / gossm

💻Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
MIT License
418 stars 51 forks source link

Add Dockerfile #18

Closed mijndert closed 3 years ago

mijndert commented 3 years ago

This Dockerfile compiles gossm as a staticly linked binary. To make it work you'll need to mount your AWS credentials directory in the Docker container, or change gossm to work with environment variables which imo is the preferred way.

Let me know if you see any improvements to this.