You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
On f29 based fedora-atomic command atomic install cockpit/ws failes with: [Errno 2] No such file or directory: '/var/lib/atomic/install.json.lock' even though all commands of the install suceeded.
Two possible workarounds:
export ATOMIC_VAR_LIB=/var/lib/containers/atomic
mkdir /var/lib/atomic
After either of those workarounds atomic install cockpit/ws works as expected.
Also directly using docker as /usr/bin/docker run --rm --privileged -v /:/host cockpit/ws /container/atomic-install works just fine even without these workarounds.
On f29 based fedora-atomic command
atomic install cockpit/wsfailes with:[Errno 2] No such file or directory: '/var/lib/atomic/install.json.lock'even though all commands of theinstallsuceeded.Two possible workarounds:
export ATOMIC_VAR_LIB=/var/lib/containers/atomicmkdir /var/lib/atomicAfter either of those workarounds
atomic install cockpit/wsworks as expected.Also directly using docker as
/usr/bin/docker run --rm --privileged -v /:/host cockpit/ws /container/atomic-installworks just fine even without these workarounds.