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.4.tar.gz (34.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: devman-0.1.4.tar.gz
  • Upload date:
  • Size: 34.0 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.4.tar.gz
Algorithm Hash digest
SHA256 374c148e92623db493359ce60a787c2ceb6ac6aaa4d9c2f4c3dbe61e829e6831
MD5 3f77408374f22619f25f34d167f9cc2e
BLAKE2b-256 29f9a91f9fc240693bffb7058b5b0b5c6ba264177da5c986781e3488dd3e233c

See more details on using hashes here.

Provenance

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

Publisher: python-publish.yml on rumpelsepp/devman

Attestations:

File details

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

File metadata

  • Download URL: devman-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0e2213eeb91f6bb579e68feafbfc1ada67f3eb5ed09b4c75368fa94cd99b2515
MD5 0bb1c62b967ce500e90c9dfe449fb010
BLAKE2b-256 96374609fe882d07f699ce4b58f08d38a4291358fd1801b81f05461f4a8863cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for devman-0.1.4-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