Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 761 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 761 Bytes

ranger-docker Docker

Out of the box docker-compose for Apache Ranger. The current target version is Apache Ranger 2.4.0.

How to run

Run ranger-admin, mysql, solr using docker-compose.

$ docker-compose up -d

Then, you can access ranger-admin at http://localhost:6080 ans sign-in with admin / Ranger1234.

How to build

To publish new ranger-admin docker image to GitHub Packages, create a git tag like v1.0.0. GitHub Actions will build and publish a docker image automatically.