Sign inSign up

mkieboom/mapr-docker-core

By mkieboom

•Updated about 8 years ago

mapr-docker-core

Image
0

881

mkieboom/mapr-docker-core repository overview

⁠mapr-docker-core

⁠Clone the project
git clone https://github.com/mkieboom/mapr-docker-core  
cd mapr-docker-core  
⁠Build the container
# You can override the default MapR and MEP version by providing them as build arguments.
docker build -t mkieboom/mapr-docker-core --build-arg MAPR_VERSION=6.0.1 --build-arg MEP_VERSION=5.0.0 .
⁠Launch the container
# Change the MapR specific command line parameters to reflect your MapR cluster 
  
docker run -it \
--cap-add SYS_ADMIN \
--cap-add SYS_RESOURCE \
--device /dev/fuse \
-e MAPR_VERSION=5.2.2 \
-e MEP_VERSION=3.0.1 \
-e MAPR_CLUSTER=demo.mapr.com \
-e MAPR_CLDB_HOSTS=192.168.168.1 \
-e MAPR_ZOOKEEPER_HOSTS=192.168.168.1 \
-e MAPR_CONTAINER_USER=mapr \
-e MAPR_CONTAINER_GROUP=mapr \
-e MAPR_CONTAINER_UID=5000 \
-e MAPR_CONTAINER_GID=5000 \
-e MAPR_MOUNT_PATH=/mapr \
mkieboom/mapr-docker-core
⁠Launch container as deamon with auto restart
# Change the MapR specific command line parameters to reflect your MapR cluster 
  
docker run -d \
--restart always \  
--cap-add SYS_ADMIN \
--cap-add SYS_RESOURCE \
--device /dev/fuse \
-e MAPR_VERSION=5.2.2 \
-e MEP_VERSION=3.0.1 \
-e MAPR_CLUSTER=demo.mapr.com \
-e MAPR_CLDB_HOSTS=192.168.168.1 \
-e MAPR_ZOOKEEPER_HOSTS=192.168.168.1 \
-e MAPR_CONTAINER_USER=mapr \
-e MAPR_CONTAINER_GROUP=mapr \
-e MAPR_CONTAINER_UID=5000 \
-e MAPR_CONTAINER_GID=5000 \
-e MAPR_MOUNT_PATH=/mapr \
mkieboom/mapr-docker-core

Tag summary

Content type

Image

Digest

Size

1 GB

Last updated

about 8 years ago

docker pull mkieboom/mapr-docker-core