Skip to content

0.3.1

Compare
Choose a tag to compare
@usercont-release-bot usercont-release-bot released this 02 May 14:17
000be9e

New Features

  • Introduced fixtures and helper functions to simplify container testing.
  • Support was added for another backend - nspawn.
  • It is possible to decide cleanup policy when initializing backend.
  • Methods for listing containers and images were added to both supported backends.
  • Image mounting is possible also without superuser privileges.
  • To represent and work with docker volumes, there is a new class Volume.
  • run_via_binary accepts commands in form of list of strings
    to make running images more intuitively.
  • It is possible to build image from Dockerfile using DockerImage.build().
  • There is a new method to check GPG signatures of RPMs in images.
  • Documentation is updated, there is also asciinema demo in README.md.