Thanks Michael, Thanks for your quick response, I will try this and if I will face any issue I will get back to you on this.
Thanks & Regards Rajiv Vishwkarma 78 38 30 60 60 From: Michael Dürre <[email protected]> Sent: Wednesday, April 8, 2020 11:27 AM To: [email protected]; Rajiv Vishwkarma <[email protected]> Subject: Re: [onap-discuss] need help in creating docker image for SO project [CAUTION: This Email is from outside the Organization. Do not click links or open attachments unless you trust the sender.] Hi Rajiv, >> Command 'docker' not found, but can be installed with: >> sudo apt install docker.io Is that a question or have you done this? Because yes of course. You need to install docker. A good test if docker is running for your user is with a docker ps This should not throw an exception or no user rights or sth. similar. An empty list is okay. Therefore you have to install the docker engine as you already mentioned and afterwards add your user to docker user group so that your user can execute docker commands without sudo. sudo usermod -aG docker $USER Afterwards you may have to relogin or even restart you machine. Kind regards, Michael On 08.04.20 07:09, Rajiv Vishwkarma wrote: Hi All, I am new to ONAP and I have started with SO project of ONAP and I am trying to create Docker Image with the source code, And for that I have taken the old code (doublin). I need help from you as I am unable to create the docker image, I am following the page https://wiki.onap.org/display/DW/SO+How+to+over+OOM<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.onap.org%2Fdisplay%2FDW%2FSO%2BHow%2Bto%2Bover%2BOOM&data=02%7C01%7Crajiv.v%40hcl.com%7C66423bf77662439a2e5008d7db819af8%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637219222036123780&sdata=WZQpHdK6cDJJMk4ZEC2kx8%2B6oHZVoLCX2PtVVopkCHo%3D&reserved=0> And taken the SO code and build it successfully using the below command mvn clean install -DskipTests=true -Ddocker.skip.build=false -Ddocker.skip.push=true [cid:[email protected]] But There is no docker image is being created I have checked with running command ubuntu@so-dev:~/onap_so/so-rajiv$ docker Command 'docker' not found, but can be installed with: sudo apt install docker.io I need help here to create Docker Image. Thanks & Regards Rajiv Vishwkarma 78 38 30 60 60 Thanks & Regards Rajiv Vishwkarma 78 38 30 60 60 ::DISCLAIMER:: ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ________________________________ -- Michael Dürre Software Engineer highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Skype: [email protected]<mailto:[email protected]> E-Mail: [email protected]<mailto:[email protected]> Web: http://www.highstreet-technologies.com<https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.highstreet-technologies.com%2F&data=02%7C01%7Crajiv.v%40hcl.com%7C66423bf77662439a2e5008d7db819af8%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637219222036163762&sdata=hMEyEHvh6CRtO%2F71VrIpFC5M8iJXaW5uDBgY1JH1SxY%3D&reserved=0> Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20548): https://lists.onap.org/g/onap-discuss/message/20548 Mute This Topic: https://lists.onap.org/mt/72868290/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
