summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcraige@a46118dff5bc0fad85259759970d8b4b9fc377d72017-02-02 00:34:27 +0000
committeradmin2017-02-02 00:34:27 +0000
commit64a79b979f3bfd555a85baf7e49dc9c9f6213268 (patch)
tree157295e31e024941898d82faba871797aaa7eb5f /doc
parentba10f91a450247191bb97b106a9d8b8670ad44a2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Docker.hs_will_Break_in_Stretch.mdwn16
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!