- Clone this repository
- Install Docker
- In a terminal window, navigate to the directory where you cloned the repo
- Run:
docker build -t android_jenkins . docker run -p 4000:8080 android_jenkins - Make sure you grab the admin password from the logging output
- Go to
localhost:4000and complete the setup steps.
Some configuration will need to be done to set up a security policy and the app project itself. But the container should be able to spin up ready to go.