You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by Jonas Pfefferle <pe...@japf.ch> on 2018/07/24 09:19:09 UTC

Publish docker container

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


Re: Publish docker container

Posted by Jonas Pfefferle <pe...@japf.ch>.
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 <lu...@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 <pe...@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/



Re: Publish docker container

Posted by Luciano Resende <lu...@gmail.com>.
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 <pe...@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/