Post: podmanRun, a simple wrapper for podman

This commit is contained in:
2020-05-15 15:50:21 -04:00
parent 2e0838ac03
commit 453f7c6772
2 changed files with 92 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ subtitle: Now with systemd!
tags: [atom, podman, containers, ide, systemd, run-with-podman]
---
# Note
**The scripts provided in this tutorial have been superseded by the simpler [podmanRun]({% post_url 2020-05-15-podmanrun-a-simple-podman-wrapper %}) wrapper.**
### Overview
In this tutorial we will be using Atom's [build package](https://atom.io/packages/build) (although you are free to use your own IDE) and a container management script to run files/commands on default system images using podman. We will go one step further by enabling systemd support in our build environment. We will also provide the option of masking the program's output from the host using unnamed volumes.