Skip to content

Commit

Permalink
fix(launch): don't mount SSH_AGENT sock
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulmillais committed Aug 6, 2019
1 parent a7ee0fd commit 272439b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ run: docker-build ## Runs the simulator - the build stage of the container runs
-v $(SIMULATOR_CONFIG_FILE):/app/simulator.yaml \
-v $(SIMULATOR_AWS_CREDS_PATH):/home/launch/.aws \
-v $(SSH_CONFIG_PATH):/home/launch/.ssh \
-v $(SSH_AUTH_SOCK_DIR):$(SSH_AUTH_SOCK_DIR) \
-e SSH_AUTH_SOCK \
-e AWS_ACCESS_KEY_ID \
-e AWS_REGION \
-e AWS_DEFAULT_REGION \
Expand Down

0 comments on commit 272439b

Please sign in to comment.