DOKK / manpages / debian 11 / open-infrastructure-container-tools / container-move.1.en
CONTAINER-REMOVE(1) Open Infrastructure CONTAINER-REMOVE(1)

container-move - Rename a container

container move [OPTIONS] cnt mv [OPTIONS]

The container move commands renames a container.

The following container options are available:

-n, --new=NAME

Specify new container name.

-f, --force

Do not prompt before moving.

-o, --old

Specify old container name.

Rename example.net container to example.org:

sudo container move -n example.org -o example.net

Rename example.net container to example.org without prompt:

sudo container move -n example.org -o example.net -f

compute-tools(7), container(1).

More information about compute-tools and the Open Infrastructure project can be found on the homepage at https://open-infrastructure.net.

Bug reports, feature requests, help, patches, support and everything else are welcome on the Open Infrastructure Software Mailing List <software@lists.open-infrastructure.net>.

Debian specific bugs can also be reported in the Debian Bug Tracking System at https://bugs.debian.org.

compute-tools were written by Daniel Baumann <daniel.baumann@open-infrastructure.net> and others.

20210101 compute-tools