Install Docker
|
5th Apr, 2019, 03:52 AM
Post: #3
|
|||
|
|||
RE: Install Docker
I downloaded the package from here:
https://download.docker.com/linux/debian/dists/stretch/pool/stable/armhf/ And it contains an /etc/init.d/docker start/stop script: Terminal xbian@avr ~ $ dpkg-deb -c docker-ce_18.09.4~3-0~debian-stretch_armhf.deb drwxr-xr-x root/root 0 2019-03-27 19:45 ./ drwxr-xr-x root/root 0 2019-03-27 19:45 ./etc/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./etc/default/ -rw-r--r-- root/root 654 2019-03-27 19:01 ./etc/default/docker drwxr-xr-x root/root 0 2019-03-27 19:45 ./etc/init/ -rw-r--r-- root/root 1875 2019-03-27 19:01 ./etc/init/docker.conf drwxr-xr-x root/root 0 2019-03-27 19:45 ./etc/init.d/ -rwxr-xr-x root/root 3843 2019-03-27 19:01 ./etc/init.d/docker drwxr-xr-x root/root 0 2019-03-27 19:45 ./lib/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./lib/systemd/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./lib/systemd/system/ -rw-r--r-- root/root 1684 2019-03-27 19:45 ./lib/systemd/system/docker.service -rw-r--r-- root/root 197 2019-03-27 19:45 ./lib/systemd/system/docker.socket drwxr-xr-x root/root 0 2019-03-27 19:45 ./usr/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./usr/bin/ -rwxr-xr-x root/root 387564 2019-03-27 19:45 ./usr/bin/docker-init -rwxr-xr-x root/root 2798536 2019-03-27 19:45 ./usr/bin/docker-proxy -rwxr-xr-x root/root 50184184 2019-03-27 19:45 ./usr/bin/dockerd-ce drwxr-xr-x root/root 0 2019-03-27 19:45 ./usr/share/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./usr/share/doc/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./usr/share/doc/docker-ce/ -rw-r--r-- root/root 1576 2019-03-27 19:01 ./usr/share/doc/docker-ce/README.md -rw-r--r-- root/root 146 2019-03-27 19:45 ./usr/share/doc/docker-ce/changelog.Debian.gz drwxr-xr-x root/root 0 2019-03-27 19:45 ./var/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./var/lib/ drwxr-xr-x root/root 0 2019-03-27 19:45 ./var/lib/docker-engine/ -rw-r--r-- root/root 140 2019-03-27 19:45 ./var/lib/docker-engine/distribution_based_engine-ce.json So below one should trigger it to start at boot: Code: sudo update-rc.d docker defaults There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Install Docker - portboy - 27th Mar, 2019, 02:29 AM
RE: Install Docker - Nachteule - 2nd Apr, 2019, 07:31 AM
RE: Install Docker - deHakkelaar - 5th Apr, 2019 03:52 AM
RE: Install Docker - Nachteule - 12th May, 2019, 05:54 AM
RE: Install Docker - henrycooper - 3rd Mar, 2022, 07:42 PM
|