containerize #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":containerize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
things that could be interesting:
things to consider when running podman:
dbus-user-session
in my Debian distributionany other suggestions and/or improvements?
HOW TO TEST
Use manage.py as always from here.
Cool stuff will try it out.
perhaps using
git commit --amend
would lead to less commits for the readmes. That’s what I’ve been usually doing. Earlier, i used rebase interactive to fixup (I think?) in these situations. Not sure whats the best method.0f56dd5d2b
tobfac5a22eb
I squashed all the “fix readme” commits into “modify readme”. This tool does the job well: https://stackedit.io/
WIP: containerizeto containerizecontainerizeto WIP: containerize40bec4ffee
to0b622ce3ea
WIP: containerizeto containerizeSo the
runc
/crunc
issue is resolved, then?or was that related to running the containers via the django application rather than natively
The “things to consider when running podman:” are just issues I had when trying to run podman on my OS (Debian-based), in case you also encounter them. I think the
cgroup
bug is just when running with sudo, which is actually not necessary nor recommended.I haven’t touched the containers running in the application, this is just an environment to test the application as a whole.