An open API service indexing awesome lists of open source software.

https://github.com/calebevans/podman-dev-containers-demo


https://github.com/calebevans/podman-dev-containers-demo

Last synced: about 2 months ago
JSON representation

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.**