We are a young company that's developing a web app in node.js with the microservice architecture.Actual development workflow:Each microservice is stored in a private repositoryDifferent developers/teams can access to specific repositories (microservices)Each developer can work locally using docker. He must pull a docker "development environment image" that includes all microservices pulled from bitbucket. He can maps his local microservice source path into docker container as volume and start to develop.The problem: each developer can see all microservices sources passing through the docker container. Solutions?
Submitted March 01, 2016 at 03:44PM by hadokee
No comments:
Post a Comment