Skip to main content

Amend Docker images by running a command in a separate layer.

Project description

docker-amend

Install: pipx install docker-amend (plain pip works too)

Usage: docker-amend [OPTIONS] IMAGE COMMAND...

Example:

$ docker build -t my-image .
...
$ docker-amend my-image poetry add requests
$ docker run my-image poetry show
requests         2.23.0     Python HTTP for Humans.
$ grep requests pyproject.toml
requests = ^2.23.0

Options:

  • -t, --tag NAME[:VERSION]: Use a different name/tag for the resulting image
  • -v, --volume SOURCE:TARGET: Bind mount a volume (assumes --no-pwd-volume)
  • --no-cwd-volume: Do not mount cwd as a volume
  • --install-completion: Install completion for the current shell.
  • --show-completion: Show completion for the current shell, to copy it or customize the installation.
  • --help: Show this message and exit.

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

docker-amend-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

docker_amend-0.1.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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