Objective
Be able to set up an isolated environment for each developer to better develop/test applications.Approach
Use a docker.
Background
In my team, there are a number of applications which run in a weblogic server. Unfortunately, we don't have a good development environment such as we can't run a application on a local machine.we only have a shared Stating environment to test. ( we don't have a DEV environment surprisingly!!!).So In order to make a better development environment, I am testing a docker to tackle this issue..
Source URL
this is a working-dockerfile to build a weblogic environment.For details, please see my github repository here.. ( https://github.com/emoken/docker-study/tree/master/weblogic-environment ).
I also paste a working-dockerfile for review as of 2015/09/14(Mon) version.
No comments:
Post a Comment