The Dockerfile in this directory is used to build the websphere-liberty:javaee7
image on Docker Hub. The image contains IBM WebSphere Application Server Developer Edition V8.5.5 with Java EE 7 Full Platform features and an IBM Java Runtime Environment V8.
Instructions for using the image can be found on Docker Hub. It is possible to build the image yourself by cloning this repository, changing to the websphere-liberty/8.5.5/developer/javaee7
directory and then issuing the command docker build .
.