which is now available as 'docker' in PyPI and as a `python{2,3}-docker`
in Fedora.
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
Closes: #902
Approved by: rhatdan
The gi referenced in requirements.txt ends up pulling an unrelated
library named gi which is not python-gobject related.
Signed-off-by: Steve Milner <smilner@redhat.com>
Closes: #1135
Approved by: giuseppe
Use an xattr to store what drivers is used to manage the mountpoint.
This is important because OSTree containers are simply bind mount to
the rootfs of the container already checked out on the file system,
while images are checked out and must be "rm -rf" when unmounted.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #377
Approved by: jlebon