Browse Source

added basic readme

feature/startup-from-labels
Mar Alegre 5 years ago
parent
commit
ad56965f9c
  1. 5
      README.md
  2. 2
      TODO.md

5
README.md

@ -0,0 +1,5 @@
Usage: run `install.sh` to install Podman and custom scripts.
Use `pdm-build` to build a container, `pdm-launch` to launch a container, and `pdm-shell` to run a shell on a container. All three scripts can be invoked with a `-h` to print extented instructions.
build files for different containers are held in the `src` directory

2
TODO.md

@ -6,7 +6,7 @@
- https://www.gnu.org/software/bash/manual/bash.html#Programmable-Completion
- https://debian-administration.org/article/316/An_introduction_to_bash_completion_part_1
- https://github.com/scop/bash-completion/blob/master/README.md
- make container mounts point to /srv/vol
- make container mounts point to /vol
- build script: separate params and build file
- allow overriding of install args
- `-o` flag? pass comma-separated list of overrides?

Loading…
Cancel
Save