atomic
atomic copied to clipboard
Atomic Run Tool for installing/running/managing container images.
Not sure how this should work, but it looks off... When using `atomic run` to run a container that is already running, the command appears to start a new container...
While banging on #819, I found the following regarding ports: ``` $ sudo ./atomic trust add -t insecureAcceptAnything registry_domain:0 $ sudo ./atomic trust add -t insecureAcceptAnything registry_domain:0000 $ sudo ./atomic...
When string with dollar sign is passed as value of `--opt1` to `atomic run`, the string disappears. Consider Dockerfile ``` FROM fedora LABEL RUN 'docker run --rm ${IMAGE} echo the...
When using `atomic verify` I expected to get a clean output for individual images contained in a layered image, where each image had its own version information. For example: ```...
Currently, `atomic verify` will return 0 when the argument to the command is an image with a specific tag and there is no update image locally. ``` # docker images...
Currently we do `-v /run:/run` for `--spc`. This has a lot of effects, but the main one here is that tools in the container can see the host system bus....
If there is already documentation, please point me to that, I am looking for following things: 1. What different operations are done by `atomic install` and `atomic install --system`? I...
When pushing images and signing with Atomic Registry we need to authenticate both with docker registry and the OpenShift API. ``` atomic login --token TOKEN --registry URI --openshift URI ```...
I use rpm-ostree for my host systems (both server and desktop), and do development type things in containers. Currently, I'm trying to run `test.sh` from a privileged container with the...
The current default behavior is inconsistent for SPC and non-SPC invocations (see below). In short, the default for `atomic run --spc` drops you into an interactive session. The default for...