This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Commit 2f9c035
authored
Fix an issue where the Docker images could not fit in the boot disk (#1153)
This change fixes two issues with disk space for Docker images and
containers.
1. Make the container used for formatting the notebooks disk clean
itself up when it exits. This wasn't actually causing any issues,
but it is good hygiene.
2. Double the size of the boot disk for instances. The default size
of 10GB turns out to be just barely too small to fit both the
Datalab image and the fluentd image. This caused issues where
only the first image pulled would be pulled successfully.1 parent a2b414e commit 2f9c035
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
484 | 485 | | |
485 | 486 | | |
486 | 487 | | |
| |||
0 commit comments