Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Dockerfile by changing base image to Centos7. [Fixing issue … #771

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

lakjeewa
Copy link

@lakjeewa lakjeewa commented Nov 3, 2018

Here is the fix for the issue #674. The changes have been successfully tested on a RHEL machine.
Build the docker image with following command;
docker build -t omnidb/omnidb-server:2.12.0 .

And start the container with following command;
docker run -d -p 8080:8000 -p 25482:25482 --name omnidb omnidb/omnidb-server:2.12.0

OmniDB server will be up and running on port 8080.

@wind39 wind39 added this to Triage in Roadmap May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
  
Needs Triage
Development

Successfully merging this pull request may close these issues.

None yet

1 participant