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
>
> 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*
>
>  
>
>  
>
>                
>
> 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]

E-Mail: [email protected]
<mailto:[email protected]>

Web: http://www.highstreet-technologies.com

 

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 (#20549): https://lists.onap.org/g/onap-discuss/message/20549
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to