Y
Hacker News
new
|
ask
|
show
|
jobs
by
sime
3999 days ago
Apparently AWS does not support the minimal Scratch image this is based on.
1 comments
justincormack
3999 days ago
You can create scratch with
tar cv --files-from /dev/null | docker import - scratch
link
tar cv --files-from /dev/null | docker import - scratch