Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support docker-ce #739

Open
scoopex opened this issue Nov 12, 2017 · 0 comments
Open

Support docker-ce #739

scoopex opened this issue Nov 12, 2017 · 0 comments

Comments

@scoopex
Copy link

scoopex commented Nov 12, 2017

It seems that the structure of the docker apt repositories changed again :-(

The module should support the installation procedure described at:
https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/#install-docker-ce-1

I you want like to install docker-ce on artful, you should use the zesty source, because the artful source does not contain packages:

# w3m -dump https://download.docker.com/linux/ubuntu/dists/zesty/pool/stable/amd64/
Index of /linux/ubuntu/dists/zesty/pool/stable/amd64/

-------------------------------------------------------------------------------

../
docker-ce_17.06.0~ce-0~ubuntu_amd64.deb  2017-06-28 05:17  20M
docker-ce_17.06.1~ce-0~ubuntu_amd64.deb  2017-08-18 02:35  20M
docker-ce_17.06.2~ce-0~ubuntu_amd64.deb  2017-09-05 10:39  20M
docker-ce_17.09.0~ce-0~ubuntu_amd64.deb  2017-09-27 01:48  21M

-------------------------------------------------------------------------------
# w3m -dump https://download.docker.com/linux/ubuntu/dists/artful/pool/stable/amd64/
Index of /linux/ubuntu/dists/artful/pool/stable/amd64/

-------------------------------------------------------------------------------

../

-------------------------------------------------------------------------------

# grep docker /etc/apt/sources.list
deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu artful stable

What a mess.....

I filed a bug at the docker bugtracker: docker/docs#5284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant