The Dockerfile in this directory is used to build the websphere-liberty:beta
image on Docker Hub. The resultant image contains IBM WebSphere Application Server Liberty v9 Beta with Java EE7 and an IBM Java Runtime Environment.
Instructions for using the image can be found on Docker Hub. It is possible to build the image yourself by cloning this repository, change to the websphere-liberty/beta
directory and then issuing the command docker build .
.