8000 Add instructions on how to use the dev container image from GHCR by brettcannon · Pull Request #1581 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add instructions on how to use the dev container image from GHCR #1581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000 Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @hugovk
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
brettcannon and hugovk authored Jun 24, 2025
commit 7792f9b378177c22cd0e7f93b2f623e5a951dc4b
2 changes: 1 addition & 1 deletion getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ Using the pre-built container image

`Dev container images <https://github.com/python/cpython-devcontainers/pkgs/container/devcontainer>`__
are available from the
`GitHub Container Registry (GHCR) account for the Python org <https://github.com/orgs/python/packages>`__ .
`GitHub Container Registry (GHCR) account for the Python org <https://github.com/orgs/python/packages>`__.

To run the container and launch a Bash shell, run one of the following commands
in a clone of the CPython repository.
Expand Down
Loading
0