Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

Docker-in-docker doesn't start on Ubuntu in AWS #431

Closed gergnz closed 6 years ago

gergnz commented 6 years ago

Symptoms

Environment

Rancher 1.6.10 Kubernetes 1.7.7 Ubuntu 16.04

Fix

Set the strorage-driver to overlay:

/etc/docker/daemon.json:

{
  "storage-driver": "overlay"
}
squillace commented 6 years ago

Hmmmm. Interesting.