Skip to main content

Manager for Development Containers with podman

Project description

devman

A tool for development using podman. Create simple development containers with easy access to the host filesystem using a correct user id mapping. Features such as sharing SSH config (e.g. SSH agent) or starting GUI applications from the container are supported.

Install

On the system level, the podman and the catatonit tools are required. They are available and packaged for a large number of systems. Please refer to the official manual containing install instructions.

On Debian, this bails down to:

$ sudo apt install podman catatonit

pipx

$ pipx install devman

uv

devman can be run without installation using the uv tool:

$ uvx devman

Quickstart

Ready to use containers with a lot of pre-installed development tools are provided by the Github container registry associated with this repo.

Pull the default Debian container (the Containerfile is located in this repository in containers/debian/):

$ devman pull

Start a fish shell in a container:

$ devman run fish

The current directory DIR from the host is mounted in the container at /home/dev/CWD/DIR. The user dev corresponds to the user that invoked devman.

If you would like to share your SSH config with the container, add --ssh. If you want to be able to start GUI applications from the container, add --gui.

podman Performance

For performance reason you could consider using native overlay mounts. Make sure that the following is included in your storage configuration.

$ cat ~/.config/containers/storage.conf
[storage]
driver = "overlay"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devman-0.1.5.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

devman-0.1.5-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file devman-0.1.5.tar.gz.

File metadata

  • Download URL: devman-0.1.5.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for devman-0.1.5.tar.gz
Algorithm Hash digest
SHA256 f565b5359847f2ffcdb8e921014ef7671dfb601d89ae0962b870b94ec1cc8dbd
MD5 de37882b883a104b65ef3eee86cba75a
BLAKE2b-256 5ab8e3eaa888f1d7f3788f02dfe3c7532ed72df9144d216df44133b871f25062

See more details on using hashes here.

Provenance

The following attestation bundles were made for devman-0.1.5.tar.gz:

Publisher: python-publish.yml on rumpelsepp/devman

Attestations:

File details

Details for the file devman-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: devman-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 8.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for devman-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8eb33c6d9ccf154e309d5fd367cc16aa9ebc75722b7910947a262cfffc3a269f
MD5 b21a5bac2bd44595eb305744917a5769
BLAKE2b-256 426f080f72aea3189548654e18f79a1b317634220de5d21ba3b55baa8b265ea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for devman-0.1.5-py3-none-any.whl:

Publisher: python-publish.yml on rumpelsepp/devman

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page