|
@@ -153,3 +153,13 @@ even need to convert from `xwd` format to something more common, we
|
|
|
can just `shutil.copyfile()` the frame buffer file and leave the
|
|
|
results for somebody else to deal with. If anything is going to keep
|
|
|
those they should probably be converted to png but not critical.
|
|
|
+
|
|
|
+OK, confirmed that the problem with running `Xvfb` is (somehow)
|
|
|
+specific to running under `docker build`. Same configuration (packge
|
|
|
+list, etc) ran (apparently) fine under `docker run`.
|
|
|
+
|
|
|
+Attempting to `docker commit` the result blew out what was left of my
|
|
|
+disk space. Since we're going to want to clean up and collapse
|
|
|
+anyway, it's possible that `docker container export` is a better path
|
|
|
+than commit here: would have to feed the result to `docker import` to
|
|
|
+get an image, but that might be exactly what we want.
|