Did I read that correctly? This will be delivered as a snap package?
Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
11–20 of 80 posts
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#12thought Canonical is doing its own "docker", e.g. SNAP, lxd etc that are not totally identical but very similar to docker, what's going on here.
Snaps is a package format that gives you a cross (linux) platform distribution, atomic updates, security, and isolation. It's not really like docker as it's not a density story, there's no unique TCP/IP stack, etc.
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#13Did I read that correctly? This will be delivered as a snap package?
As I read this again I'm quite confused what this announcement means. The mention of snap package makes it seems like "apt-get install docker..." would be a separate binary. A wild guess would be that 99% of Ubuntu users will never buy CS Docker Engine so will that 99% of users be running the debian/ubuntu packaged docker.io binary that exists today?
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#14I suppose this can be sidestepped by allowing root in all of your containers for the applications. I am curious if that actually provides security benefits, though.
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#15Can OP or an admin de-abbreviate "CS" to "Commercially-Supported"?
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#16This makes me feel good about going with CentOS for Docker. Red Hat has a custom, stable Docker version which is rock-solid (albeit somewhat old, 1.10).
Technically runc and the Kernel are setting up/providing your containers. Docker Engine is a platform for managing containers/images.
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#17thought Canonical is doing its own "docker", e.g. SNAP, lxd etc that are not totally identical but very similar to docker, what's going on here.
There's more than one type of container. Docker, and docker flavors (runc, rkt, etc). LXD is a machine container, it's the same technology that Docker was first built off of, but it's a hypervisor for really dense machines that are as light as process containers. Snaps is a package format that gives you a cross (linux) platform distribution, atomic updates, security, and isolation. It's not really like docker as it's…
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#18This makes me feel good about going with CentOS for Docker. Red Hat has a custom, stable Docker version which is rock-solid (albeit somewhat old, 1.10).
[1] https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1...
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#19This makes me feel good about going with CentOS for Docker. Red Hat has a custom, stable Docker version which is rock-solid (albeit somewhat old, 1.10).
Re: Docker and Canonical Partner on Commercially-Supported Docker Engine for Ubuntu
#20I really want to like docker for end user applications. However, until the problem of sanely sharing users into the container is solved, it is something that merely works well right up to the point you try to do something useful. I suppose this can be sidestepped by allowing root in all of your containers for the applications. I am curious if that actually provides security benefits, though.