https://github.com/calebevans/podman-dev-containers-demo
https://github.com/calebevans/podman-dev-containers-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebevans/podman-dev-containers-demo
- Owner: calebevans
- Created: 2025-03-15T00:48:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T02:42:20.000Z (over 1 year ago)
- Last Synced: 2025-10-29T04:28:31.190Z (8 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podman-dev-containers-demo
This repository is to be used in combination with the following Red Hat Developer Blog post:
[Simplify Your Multi-Repo Workflow: Consolidating Dev Environments With Podman]()
To use this repository:
1. Clone the repo: `git clone git@github.com:calebevans/podman-dev-containers-demo.git && cd podman-dev-containers-demo`
2. Build the images: `make build-images`
3. Open the repo in VS Code: `code .`
4. Open one of the dev containers:
- `CTRL + SHIFT + P`
- `Dev Containers: Reopen in Container`
- Select one of the demo repos to open
**Please see the blog post for more information.**