Skip to content

Commit

Permalink
minor update to Python Image README (#2436)
Browse files Browse the repository at this point in the history
* minor update to Python Image README

Signed-off-by: Mark Drake <[email protected]>

* Josh's suggestion

Signed-off-by: Mark Drake <[email protected]>

---------

Signed-off-by: Mark Drake <[email protected]>
  • Loading branch information
SharpRake authored Apr 3, 2024
1 parent 530fb81 commit e2cccac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ docker pull cgr.dev/chainguard/python:latest
docker pull cgr.dev/chainguard/python:latest-dev
```

Note that in order to access the shell in the `python:latest-dev` image, you'll need to include an `--entrypoint` option, as in the following example.

```sh
docker run -it --entrypoint /bin/bash chainguard/python:latest-dev
```

## Usage

The python image can be used directly for simple cases, or with a multi-stage build using python-dev as the build container.
Expand Down

0 comments on commit e2cccac

Please sign in to comment.