WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Docker  (Read 4278 times)

Offline Looper

  • Newbie
  • *
  • Posts: 47
Docker
« on: November 29, 2019, 12:46:36 PM »
How can I have Docker Engine and Client in dCore x86_64 buster version !?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Docker
« Reply #1 on: December 02, 2019, 06:01:29 PM »
Hi Looper.  Your request has exposed a bug in the sce-import routine as I was using the below repository to fetch it:

https://download.docker.com/linux/debian

I will post an update to the dCores with the fix and the means to install Docker on dCore-buster. 

Thanks.


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Docker
« Reply #2 on: December 05, 2019, 03:46:44 PM »
The below web page describes how to install Docker Engine on Debian Buster.

https://docs.docker.com/install/linux/docker-ce/debian/

On dCore, do the below.

Create a file called /opt/debextra/dockerengine, or whatever name you choose.  Then enter
the following in it:

Code: [Select]
https://download.docker.com/linux/debian buster stable

Import the following packages. 

docker-ce
docker-ce-cli
containerd.io


I have not used Docker and cannot test the resulting installation, but this will import it. 
« Last Edit: December 05, 2019, 05:46:43 PM by Jason W »

Offline Looper

  • Newbie
  • *
  • Posts: 47
Re: Docker
« Reply #3 on: December 05, 2019, 04:00:43 PM »
Hi my friend and many tanks for Replaying ; and Sorry For my fault

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Docker
« Reply #4 on: December 05, 2019, 05:47:56 PM »
Hi Looper, I made an error in the /opt/debextra entry, it should read as

Code: [Select]
https://download.docker.com/linux/debian buster stable

I corrected the earlier post.  Thanks.

« Last Edit: December 05, 2019, 05:53:09 PM by Jason W »