-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy with ansible #50
Conversation
Fix typo in readme
|
Readme updated as in ome/infrastructure#114 I skipped docker-py issue as it is expected that they will fix it. |
- sudo rm /usr/local/bin/docker-compose | ||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose | ||
- chmod +x docker-compose | ||
- sudo mv docker-compose /usr/local/bin | ||
- docker-compose -v | ||
- export USER_ID=`$UID` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do the backticks (```) do here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see what you mean. Assuming this will be corrected in a follow-up.
Merging in sysadmin meeting followed by ome/infrastructure#114. Tested by @jburel. |
This PR clean up docker compose files and push devspace container management to ansible playbook, see relevant PR ome/infrastructure#114 for deployment
Note: devspace can only be deployed on Linux. There are significant performance issues when writing to the mounted volume on Mac, see https://forums.docker.com/t/file-access-in-mounted-volumes-extremely-slow-cpu-bound/8076/