diff options
| author | craige@a46118dff5bc0fad85259759970d8b4b9fc377d7 <craige@web> | 2017-02-02 00:34:27 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-02-02 00:34:27 +0000 |
| commit | 64a79b979f3bfd555a85baf7e49dc9c9f6213268 (patch) | |
| tree | 157295e31e024941898d82faba871797aaa7eb5f | |
| parent | ba10f91a450247191bb97b106a9d8b8670ad44a2 (diff) | |
| -rw-r--r-- | doc/forum/Docker.hs_will_Break_in_Stretch.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn b/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn new file mode 100644 index 00000000..c89c995c --- /dev/null +++ b/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn @@ -0,0 +1,16 @@ +G'day Joey! + +I'm in the process of deploying Docker infrastructure via Propellor on both Jessie and Stretch and I've come to discover that Docker.io did not make it into Stretch: + +* [docker.io REMOVED from testing](https://packages.qa.debian.org/d/docker.io/news/20161012T163916Z.html) +* [docker.io - Linux container runtime](https://tracker.debian.org/pkg/docker.io) +* [Excuse for docker.io](https://qa.debian.org/excuses.php?package=docker.io) + +So the below from Docker.hs will fail beyond Jessie: + + installed :: Property DebianLike + installed = Apt.installed ["docker.io"] + +Before I embarked on my own path to re-implement the above (probably based on [How to install Docker engine on Debian 9 Stretch Linux](https://linuxconfig.org/how-to-install-docker-engine-on-debian-9-stretch-linux)), I thought I'd see what you thought might be the way to resolve this, so that my work could be contributed upstream (if suitable). + +Thanks! |
