Install Machbase in 1 Minute
In this posting, you will learn how to install Machbase with docker image.
Step 1 : Install from docker
Machbase provides DOCKER image. It is assumed that DOCKER is already installed. How to install docker won't be explained in this page.
You can refer to the docker site ( https://www.docker.com/community-edition) and learn how to install DOCKER.
# download Machbase image
$ docker pull machbase/machbase
# check the list of images
$ docker images
Step 2 : run an Machbase container
$ docker run -it machbase/machbase
-----------------------------------------------------------------
Machbase Administration Tool
Release Version - 3.5.0.58ca936.alpha
Copyright 2014, InfiniFlux Corp. or its subsidiaries
All Rights Reserved
-----------------------------------------------------------------
Waiting for Machbase server start.
Machbase server started successfully.
SERVER HAS BEEN RESET
SERVER STARTED, PID : 48
Connection URL : http://172.17.0.2:5001
Please sign in to leave a comment.
Comments
0 comments