Skip to content

godatadriven-dockerhub/unity-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for Unity Catalog

This Docker image runs the Unity Catalog server. latest version is 0.2.1. Both arm64 and amd64 images are available.

Running the Docker Image

docker run -d -p 8080:8080 godatadriven/unity-catalog

This will start the Unity Catalog server and expose it on port 8080.

Accessing the Unity Catalog

Unity catalog API is accessible at http://localhost:8080/api/2.1/unity-catalog For detailed API documentation, please refer to the API documentation. ).

UC CLI is at directory /app/unitycatalog/bin/uc. Working directory is set to /app/unitycatalog/

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.