You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE: be careful that executing this command in your shell might store your token in your shell history!**
45
+
46
+
### Executing aws-gate as Docker container
47
+
48
+
When executing _aws-gate_ as Docker container, we have to pass some additional arguments, so it can find _aws-gate_ configuration as well AWS credentials/config file (~/.aws):
49
+
50
+
```
51
+
docker run --rm -it -v $HOME/.aws-gate/config:/root/.aws-gate/config \
**Docker container comes with session-manager-plugin pre-downloaded, so you don't have to worry about it.**
58
+
25
59
## Downloading session-manager-plugin
26
60
27
61
macOS users can use _aws-gate_ directly to fetch session-manager-plugin. _aws-gate_ will automatically install it (no sudo privileges required). To do so, just run
0 commit comments