Wow, we removed this command a while ago and I guess forgot to remove the man page.
atomic info
Will show you the labels.
Latest atomic has added --display command
atomic install imagename --display
Will show the command that will be executed without executing it.
On 08/10/2015 02:53 PM, Robert P. J. Day wrote:
On Mon, 10 Aug 2015, Daniel J Walsh wrote:
Here are a couple of blogs on the atomic command
http://developerblog.redhat.com/2015/04/21/introducing-the-atomic-command/ http://www.projectatomic.io/blog/2015/04/using-environment-substitution-with...
atomic command is available for both fedora and fedora atomic host.
hmmmmmm ... didn't take long to run into issues:
$ man atomic-defaults
ATOMIC(1) January 2015 ATOMIC(1)
NAME atomic - List default commands
SYNOPSIS atomic defaults [-h] IMAGE
DESCRIPTION atomic defaults list default commands with which atomic will RUN/INSTALL/REMOVE containers. ... snip ...
ok, then:
$ atomic defaults fedora /usr/bin/atomic: invalid choice: 'defaults' (choose from 'info', 'install', 'images', 'mount', 'stop', 'run', 'uninstall', 'unmount', 'update', 'upload', 'version', 'verify') Try 'atomic --help' for more information. $
the list in that error message isn't even complete (it's missing "atomic host"), but why does the "atomic" command not accept the "defaults" subcommand?
rday