sealerio/sealer

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

Ouverte

#1 742 ouverte le 27 sept. 2022

 (4 commentaires) (0 réaction) (0 personne assignée)Go (358 forks)github user discovery
dev-quickstarthelp wantedkind/feature

Métriques du dépôt

Stars
 (2 096 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur