Skip to content

Commit 4a6e0a7

Browse files
authored
Update README.md
1 parent 322fec9 commit 4a6e0a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-devcontainer [![Docker](https://img.shields.io/docker/v/jeffersonlab/python-devcontainer?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/python-devcontainer)
1+
# python-devcontainer [![Docker](https://img.shields.io/docker/v/jeffersonlab/python-devcontainer?sort=semver&label=DockerHub)](https://hub.docker.com/r/jeffersonlab/python-devcontainer) <a href="https://codespaces.new/JeffersonLab/python-devcontainer"><img src="https://github.com/codespaces/badge.svg" height="20"></a>
22
A Python [devcontainer](https://containers.dev/).
33

44
## Overview
@@ -22,4 +22,7 @@ docker compose up
2222
Add a [.devcontainer](https://github.com/JeffersonLab/python-devcontainer/tree/main/.devcontainer) directory to your project and launch it with Compose or your favorite devcontainer launcher (GitHub [Codespaces](https://github.com/features/codespaces), JetBrains [Gateway](https://www.jetbrains.com/remote-development/gateway/), VSCode [devcontainer extension](https://code.visualstudio.com/docs/devcontainers/containers)).
2323

2424
## Build / Release
25-
Make changes to the Dockerfile, test them, then bump the version in the VERSION file and commit it. The CD GitHub Action should take care of the rest.
25+
Make changes to the Dockerfile, test them, then bump the version in the VERSION file and commit it. The CD GitHub Action should take care of the rest.
26+
27+
## See Also
28+
- [Other devcontainers](https://github.com/search?q=org%3Ajeffersonlab+topic%3Adevcontainer&type=repositories)

0 commit comments

Comments
 (0)