Showing posts with label CI. Show all posts
Showing posts with label CI. Show all posts

Sunday, September 13, 2015

Dockerfile to build a Weblogic environment

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.

Friday, June 19, 2015

Safari Online : Introduction to Docker

Introduction to Docker
by Andrew Baker
Publisher: O'Reilly Media, Inc.
Release Date: December 2014
ISBN: 978149191617
Running time: 1:46:42


What You Can Learn

  • Learn differences b/w Docker and VMs
  • How Docker works
  • Variety of software, cloud services to enhance experience with Docker.
  • Fig, Flynn, Deis, Shippable, Shipyard, AWS, etc..


 TODO

  • If you work for a big organization, Start small with Docker to see if it helps the operation and the organization 
  • If you work for a small organization, use Docker as much as possible..



__END_OF_ENTRY__