-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Docker is a service in which linux flavors can be deployed in linux containers, same as a VM but more efficient.
I've prepared a docker image with the essentials in order to setup an environment to build ACS, basically is a Centos6.6 with a bunch of packages (everything what ACS needs).
The packages don't include the External Products
... yet, and don't include the Oracle JDK's as well but a script is provided to install Oracle JDK's.
To pull the image just type
docker pull atejeda/acscommunity
By having several containers of the same image, one can execute network testing for data movement such as events, deployments configurations, etc.
The docker image is located at this repo and is being build by Docker Hub, either the Docker Hub or the repo has more detailed information.
I've built ACS and executed a few of the tests provided, so far there's no problem at all, if there's any, please create an issue
in the repo wiki.