sealerio/sealer

[Feature/alpha] Provide a subcommand to create an image rootfs.

Open

#1,742 opened on Sep 27, 2022

 (4 comments) (0 reactions) (0 assignees)Go (357 forks)github user discovery
dev-quickstarthelp wantedkind/feature

Repository metrics

Stars
 (2,095 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Expectation

sealer alpha create-rootfs [image name or id] [path to the mount directory]

Then we can go to the mount directory to check out the artifact of image. I think it could help us to ensure the correctness for the image building from kubefile.

Major works

  • create rootfs and mount it to the target directory.
  • clean it with another cmd.

Contributor guide