Browse Source

Merge branch 'master' of ssh://git.alemor.org:4323/mar/container

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
9efa8edc3c
  1. 2
      README.md
  2. 16
      TODO.md

2
README.md

@ -2,4 +2,4 @@ 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 commands can be invoked with a `-h` to print extented instructions.
build files for each container type are in the directory of the corresponding name in the `src` directory.
build files for each container type are in the directory of the corresponding name.

16
TODO.md

@ -1,16 +0,0 @@
# To Do
- set up bash autocompletion for `pdm-` scripts
- https://stackoverflow.com/questions/11173447/how-can-i-set-up-autocompletion-for-git-commands
- https://askubuntu.com/questions/68175/how-to-create-script-with-auto-complete
- 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 /vol
- build script: separate params and build file
- allow overriding of install args
- `-o` flag? pass comma-separated list of overrides?
- also interactive?
- allow arbitrary flags for launch & build?
- make install script set kernel params for rootless?
- use containers user?
Loading…
Cancel
Save