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
-
How can I have Docker Engine and Client in dCore x86_64 buster version !?
-
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.
-
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:
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.
-
Hi my friend and many tanks for Replaying ; and Sorry For my fault
-
Hi Looper, I made an error in the /opt/debextra entry, it should read as
https://download.docker.com/linux/debian buster stable
I corrected the earlier post. Thanks.