Intel® Developer Cloud
Help connecting to or getting started on Intel® Developer Cloud
224 Discussions

Need Docker related support

karry2
Beginner
905 Views

I want to pull some images from docker hub for vector DB on IDC, which required docker installation.
Could you please suggest how I can use Docker ?
It's bit urgent for my POC

Labels (1)
0 Kudos
2 Replies
Peh_Intel
Moderator
881 Views

Hi Karry2,


You can install Docker in Intel® Developer Cloud instance with command below:

sudo apt install docker.io


Then, validate your Docker installation by pulling and running hello-world image:

sudo docker pull hello-world

sudo docker run hello-world



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
792 Views

Hi Karry2,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply