git clone https://github.com/mkieboom/mapr-docker-client
cd mapr-docker-client
# You can override the default MapR and MEP version by providing them as build arguments.
docker build -t mkieboom/mapr-docker-client --build-arg MAPR_VERSION=6.0.1 --build-arg MEP_VERSION=5.0.0 .
# 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-client
# 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-client
Content type
Image
Digest
Size
537.5 MB
Last updated
about 8 years ago
docker pull mkieboom/mapr-docker-client