1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 03:45:28 +01:00
Files
atomic/docs/atomic-update.1.md
Giuseppe Scrivano 39245230c5 atomic: hide system containers options if OSTree is not present
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #398
Approved by: rhatdan
2016-05-31 19:56:32 +00:00

945 B

% ATOMIC(1) Atomic Man Pages % Dan Walsh % January 2015

NAME

atomic-update - Pull latest Image from repository

SYNOPSIS

atomic update [-f|--force] [-h|--help] [--set=NAME=VALUE] [--update] IMAGE

DESCRIPTION

atomic update will pull the latest update of the image from the repository. If a container based on this image exists, the container will continue to use the old image. Use --force to remove the container.

OPTIONS:

-f --force Remove all containers based on this image

-h --help Print usage statement

--set=NAME=VALUE Set a value that is going to be used by a system container for its configuration and can be specified multiple times. It is used only by --system. OSTree is required for this feature to be available.

--update Update a container instead of an image.

HISTORY

January 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot com)