-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for podman with VS Code
Signed-off-by: William Entriken <[email protected]>
- Loading branch information
1 parent
a7af6ef
commit d0bb2cc
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
![PODMAN logo](../../logo/podman-logo-source.svg) | ||
|
||
# Podman in VS Code | ||
This tutorial shows you how to set up **development containers** inside VS Code to achieve reproducible builds. In this example we will use a ``devcontainer.json` file that also makes your project compatible with GitHub Codespaces and GitHub Actions, however, these instructions can also work for other project hosting and continuous integration services. | ||
|
||
In this example we will be using the common scenario of with GitHub Pages to host your blog using Jekyll. | ||
|
||
## Installing Podman and VS Code | ||
|
||
For installing or building Podman, please see the [installation instructions](https://podman.io/getting-started/installation). | ||
|
||
## THINGS TO ADD TO THIS DOCUMENT | ||
|
||
- Set up a SIMPLE Jekyll blog in a new directory (without install the Jekyll command locally!) | ||
- Add dev container file | ||
- Add Containers extension to VS Code | ||
- Run the container to host the blog locally | ||
- Open the blog in the browser | ||
- Further reading: making this work with GitHub Codespaces and GitHub Actions | ||
|
||
../../test/README.md) | ||
|
||
## More information | ||
|
||
For more information on Podman and its subcommands, checkout the asciiart demos on the [README.md](../../README.md#commands) | ||
page. |