Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore x86_64 => Topic started by: Looper on November 29, 2019, 03:46:36 PM

Title: Docker
Post by: Looper on November 29, 2019, 03:46:36 PM
How can I have Docker Engine and Client in dCore x86_64 buster version !?
Title: Re: Docker
Post by: Jason W on December 02, 2019, 09: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.

Title: Re: Docker
Post by: Jason W on December 05, 2019, 06: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. 
Title: Re: Docker
Post by: Looper on December 05, 2019, 07:00:43 PM
Hi my friend and many tanks for Replaying ; and Sorry For my fault
Title: Re: Docker
Post by: Jason W on December 05, 2019, 08: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.