Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

ZeoX06/dremio-oss-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dremio-oss-container

Dockerfiles to build and deploy dremio-oss

Only to test single node deployment!

How to use

Create a docker-compose.yml file:

version: "3"

services:
  app:
    image: zeox06/dremio-oss
    restart: always
    ports:
      - "9047:9047"
      - "31010:31010"
      - "45678:45678"

Open: http://localhost:9047

About

Dockerfiles to build and deploy dremio-oss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published