-
Notifications
You must be signed in to change notification settings - Fork 86
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
docker-ce package is missing for Ubuntu "Cosmic" 18.10 x86_64 #442
Comments
Cosmic Cuttlefish has only been released today; compatibility with Docker CE isn't planned yet : https://github.com/docker/docker-ce/releases You should stick to 18.04 LTS Bionic Beaver in the meantime. |
Is there any way to install docker-ce Bio. Beaver on a 18.10 install? |
@StephanMeijer I've done that before on previous Ubuntu versions (haven't tried it on 18.10 yet). It has been working very well for me but it's not officially supported, so proceed at your own risk. I just follow the instructions and at step 4 of "set up the repository" I replace I think it would be great if new Ubuntu and Fedora versions could be officially supported on release, or at least have a Ubuntu and Fedora's release schedules are public months in advance, and there is a feature freeze halfway. Wouldn't it be possible to start preparations for releasing Docker after the feature freeze, or would this still require too much time? |
Anyone knows which future docker release will support Ubuntu 18.10? |
Waiting for the info too |
Waiting too. |
@jason-gu @kamilzielinski93 @luposlip You can already get it even though it uses test repo. Just add You can find more detailed information here: Wrote from Ubuntu 18.10 with running Docker. ;) Ah and after installing Docker and adding the user to the group I actually had to reboot. Usually, a log out / login was sufficient. Good luck! |
I use |
Will Cosmic support be included into Docker 18.09 release? |
I also had to reboot after adding my user to the docker group. |
ping @thaJeztah |
Just FYI, this worked for me on Ubuntu 18.10:
I agree 100%. |
@vanesyan I think @seemethere and @jose-bigio would be able to tell for sure, but probably not yet for Docker 18.09.0, but possibly with Docker 18.09.1. In the meantime, either stick with LTS releases of Ubuntu, or install the packages for Ubuntu 18.04, which will likely just work. |
It's in the nightly builds for now and is currently being scoped for Unfortunately Ubuntu Cosmic missed the boat for AFAIK the Ubuntu 18.04 packages should work just fine for Cosmic but YMMV |
Has there been any work to figure out what changes would be required to support new versions even in pre-release, especially with the current supported docker-ce version? As is, it's a pretty good incentive to not use official docker packages :( |
@cpuguy83 We missed the timing for this release to split out the packaging from |
Just chiming in here (not sure if related)... I'm on 18.10 and I've noticed that networking doesn't seem to work at all with docker-compose between services when I installed using the SO - I removed all of those packages and removed the repository and just installed the
|
Unfortunately, couldn't get nvidia-docker V2 to get working with Docker version 18.06.1-ce on Ubuntu 18.10. Installations go fine, but get error when I try docker run for nvidia-smi. $ docker run --rm --runtime=nvidia nvidia/cuda:9.2-cudnn7-runtime nvidia-smi Status: Downloaded newer image for nvidia/cuda:9.2-cudnn7-runtime |
I was wondering about this, I let all the members know @ |
Just a note on an issue with 18.10: I had an issue with docker not being able to start, reason being - AUFS. I needed to switch that to something else, which I did through the So far so good. |
It seems that the Docker repo does not exist for cosmic, but it seems like the |
Hey guys! We're aware that packages do not yet exist for the Going to lock this topic for now and will provide updates when packages become available! If you want to test out curl -fsSL get.docker.com | CHANNEL=nightly sh |
A short update; packaging changes, and changes for the installation script are merged, and will go out with the december (18.09.1) patch release;
|
[X] This is a bug report
[ ] This is a feature request
[X] I searched existing issues before opening this one
See #290 but for Cosmic.
After downloading the install script:
The text was updated successfully, but these errors were encountered: