Scroll to navigation

WWCTL(1) WWCTL(1)

NAME

wwctl-container-import - Import a container into Warewulf

SYNOPSIS

wwctl container import [OPTIONS] SOURCE [NAME]

DESCRIPTION

This command will pull and import a container into Warewulf from SOURCE, optionally renaming it to NAME. The SOURCE must be in a supported URI format. Formats are:
* docker://registry.example.org/example:latest
* docker-daemon://example:latest
* file://path/to/archive/tar/ball
* /path/to/archive/tar/ball
* /path/to/chroot/ Imported containers are used to create bootable VNFS images.

OPTIONS

-b, --build[=false] Build container when after pulling

-f, --force[=false] Force overwrite of an existing container

-h, --help[=false] help for import

--setdefault[=false] Set this container for the default profile

--syncuser[=false] Synchronize UIDs/GIDs from host to container

-u, --update[=false] Update and overwrite an existing container

OPTIONS INHERITED FROM PARENT COMMANDS

-d, --debug[=false] Run with debugging messages enabled.

-v, --verbose[=false] Run with increased verbosity.

--warewulfconf="" Set the warewulf configuration file

EXAMPLE

wwctl container import docker://ghcr.io/warewulf/warewulf-rockylinux:8 rockylinux-8

SEE ALSO

wwctl-container(1)

HISTORY

26-Mar-2024 Auto generated by spf13/cobra

Mar 2024 Auto generated by spf13/cobra