Ok I will ask them. For now I published the images with my username:

pepperjo/crail and pepperjo/crail_rdma

To run the TCP tier:
docker run -it --network host -e NAMENODE_HOST=hostname -e INTERFACE=ethXX pepperjo/crail namenode

or similar depending on which network setup you use.
For RDMA you need to pass the verbs/rdma_cm devices:

docker run -it --network host -e NAMENODE_HOST=hostname -e INTERFACE=ethXX --cap-add=IPC_LOCK --device=/dev/infiniband/uverbs1 --device=/dev/infiniband/rdma_cm -v /dev/hugepages:/dev/hugepages pepperjo/crail_rdma namenode

I'm currently working on the documentation with more details.
Feel free to test and report any issues.

Thanks,
Jonas

 On Tue, 24 Jul 2018 08:41:52 -0400
 Luciano Resende <luckbr1...@gmail.com> wrote:
Most likely you will need to contact infra for gaining access.

Also, I would say that you want to publish only properly veted/released
code.

On Tue, Jul 24, 2018 at 5:19 AM Jonas Pfefferle <peppe...@japf.ch> wrote:

Hi @all

I prepared two docker container images for the TCP and RDMA tier. I want
to
publish them on Docker hub. I did some browsing and found
https://hub.docker.com/u/apache can we publish/should/want our container
there? What is the procedure?

Thanks,
Jonas


--
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Reply via email to