TestExportAndImport exports testImage as a tar stream, and import the tar stream as a new image.
(t *testing.T)
| 57 | // TestExportAndImport exports testImage as a tar stream, |
| 58 | // and import the tar stream as a new image. |
| 59 | func TestExportAndImport(t *testing.T) { |
| 60 | testExportImport(t, testImage) |
| 61 | } |
| 62 | |
| 63 | // TestExportAndImportMultiLayer exports testMultiLayeredImage as a tar stream, |
| 64 | // and import the tar stream as a new image. This should ensure that imported |
nothing calls this directly
no test coverage detected
searching dependent graphs…