Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

mode argument seems broken #792

@dustymabe

Description

@dustymabe

This should work:

[fedora@cloudhost foobar]$ sudo atomic run projectatomic/helloapache --mode=genanswers 
docker run -it --rm --privileged -v /var/home/fedora/foobar:/atomicapp -v /run:/run -v /:/host --net=host --name helloapache -e USER -e SUDO_USER -e NAME=helloapache -e IMAGE=projectatomic/helloapache projectatomic/helloapache run --mode=genanswers

This container uses privileged security switches:

INFO: --privileged 
      This container runs without separation and should be considered the same as root on your system.

INFO: --net=host 
      Processes in this container can listen to ports (and possibly rawip traffic) on the host's network.

For more information on these switches and their security implications, consult the manpage for 'docker run'.

usage: atomicapp {run,fetch,stop,genanswers,index,init} ...
atomicapp: error: unrecognized arguments: --mode=genanswers

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions