Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Updated compose cli to check for both http and https protocol #152

Merged

Conversation

SachinKSingh28
Copy link
Contributor

This change includes fix for compose cli to handle ssl enabled stacks and also updated readme for swarm to override PROTO environment variable.

- Run: export DOCKER\_HOST=tcp://\<SwarmMasterIP\>:2375
- You can get the `SwarmMasterIP` from cloudformation outputs as mentioned in above section.
- Run: export TARGET\_HOST=\<ELBPublicDNSName\>
- You can get the `ELBPublicDNSName` from cloudformation outputs as mentioned in above section.
- Run: echo "export PROTO=https" > env.override.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking about the case, if i will add some env variables in env.override.sh in advance and after i will run ./adop compose init, this line will overwrite all my changes. Maybe it would better to use append operator ">>", what do you think?

@SachinKSingh28 SachinKSingh28 force-pushed the feature/fix_target_host branch from be44540 to 83e0021 Compare October 14, 2016 13:07
@SachinKSingh28
Copy link
Contributor Author

Updated the README file and squashed the changes in one commit.

@anton-kasperovich
Copy link
Contributor

LGTM.

@anton-kasperovich anton-kasperovich merged commit 427ec9e into Accenture:master Oct 15, 2016
@nickdgriffin nickdgriffin added this to the 0.3.0 milestone Jan 10, 2017
@SachinKSingh28 SachinKSingh28 deleted the feature/fix_target_host branch February 22, 2017 11:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants