atomic icon indicating copy to clipboard operation
atomic copied to clipboard

Atomic Run Tool for installing/running/managing container images.

Results 60 atomic issues
Sort by recently updated
recently updated
newest added

I am trying out [oscap-docker](https://github.com/OpenSCAP/openscap/blob/maint-1.2/utils/oscap_docker_python/oscap_docker_util.py) which uses project atomic. I ran `oscap-docker image mysql` I got following error message. ``` Failed to mount OverlayFS device. mount: special device overlay does...

I have found the `http:` transport in the manpage since writing this bug report, so it's not really all that high priority anymore. I've changed the title, because it would...

Build using https://github.com/projectatomic/atomic/blob/master/docs/install/Debian.md, but my dependencies are `go-md2man rpm python-selinux python-rpm python-dbus python-slip python-slip-dbus python-gobject python-yaml python-dateutil python-pip git build-essential libssl-dev libffi-dev` Question about `build-essential libssl-dev libffi-dev` is on https://github.com/projectatomic/atomic/issues/1245...

Reference: https://github.com/projectatomic/atomic/blob/master/docs/install/Debian.md Do we need `build-essential libssl-dev libffi-dev` packages on docker image setup?

Hello, Here is my set of commands on a fresh Fedora 28 VM curl -LO https://kojipkgs.fedoraproject.org//packages/kernel/4.16.11/300.fc28/x86_64/kernel-headers-4.16.11-300.fc28.x86_64.rpm curl -LO https://kojipkgs.fedoraproject.org//packages/kernel/4.16.11/300.fc28/x86_64/kernel-devel-4.16.11-300.fc28.x86_64.rpm rpm-ostree install kernel* echo "blacklist nouveau" >> /etc/modprobe.d/blacklist-nouveau.conf && \ echo...

Using `virt7-container-common-candidate` ends up having kubelet run via `runc`. This results in: ```sh runc[11144]: E0606 09:51:28.986046 11225 summary.go:92] Failed to get system container stats for "/systemd/system.slice": failed to get cgroup...

hi,folks i have a doubt about `atomic images list`,when i use cri-o as ` container runtime` ,why some local images can only retrieve by `crictl images`,and `docker images` or `atomic...

## Description Documenting some functions and methods that are difficult to understand. I feel that the atomic project codes lack some lines of comments to facilitate future contributions. I'm working...

In the error situation covered by [RHBZ#1542144](https://bugzilla.redhat.com/show_bug.cgi?id=1542144), it is possible to end up with a system container that is only partially installed. In this partial-install state, the `atomic images list`...

Hi, i tried to install **libffi-devel** but got following issue: ``` # rpm-ostree install openssl-devel libffi-devel Checking out tree 14d55f3... done Enabled rpm-md repositories: epel base updates extras rpm-md repo...