Skip to content
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

Containerize the development environment #797

Merged

Conversation

orlandohohmeier
Copy link
Contributor

Improve the developer experience by containerizing the development environment – this is in particular helpful when switching between projects that require different node and npm versions.

Changes:

  • Update the docker-compose to the new format (version: 2)
  • Add Dockerfile to build the development environment
  • Adjust docker-compose to build and run the development-environment
  • Update the documentation to reflect the changes

Copy link
Contributor

@Poltergeist Poltergeist left a comment

Choose a reason for hiding this comment

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

Please adjust to use the latest version of marathon.

- MESOS_DOCKER_STOP_TIMEOUT=60secs
- MESOS_RESOURCES=cpus:4;mem:1280;disk:25600;ports(*):[12000-12999]
marathon-service:
image: mesosphere/marathon:v1.4.0-RC5
Copy link
Contributor

@Poltergeist Poltergeist May 10, 2017

Choose a reason for hiding this comment

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

Please use :latest-dev here.

Improve the developer experience by containerizing the development
environment – this is in particular helpful when switching between
projects that require different node and npm versions.

Changes:

* Update the docker-compose to the new format (version: 2)
* Add Dockerfile to build the development environment
* Adjust  docker-compose to build and run the development-environment
* Update the documentation to reflect the changes
@orlandohohmeier orlandohohmeier force-pushed the feature/containerize-the-development-environment branch from 2d79b7b to 385def4 Compare July 4, 2017 16:52
@Poltergeist Poltergeist merged commit f9dbe81 into master Jul 4, 2017
@Poltergeist Poltergeist deleted the feature/containerize-the-development-environment branch July 4, 2017 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants