Categories: Docker
Docker VI: Other Ways to Make Docker Images
Import from rootfs archive Format: docker import [options] <file>|<URL>|- [<repository name>[:<label>]] The tarball can be a local file, a remote web file, or even from standard input. The tarball will be expanded in the mirror Read more…
0 Comments