Size: 314
Comment:
|
Size: 885
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Also user-space stuff like Ubuntu snaps, flatpak, and AppImage is here. |
|
Line 6: | Line 8: |
* [[https://gist.github.com/Luzifer/7c54c8b0b61da450d10258f0abd3c917|Running docker-compose as a systemd service]] * [[http://container-transform.readthedocs.io/en/latest/|container-transform tool]: can convert docker-compose.yml into systemd service units == Flatpak == For making sure themes are correct inside Flatpak applications: {{{#!highlight sh # TODO: Figure out which repository these belong to flatpak install org.gtk.Gtk3theme.Breeze-Dark org.gtk.Gtk3theme.Breeze }}} |
Containerization-related stuff for Docker, Kubernetes (k8s), CoreOS, etc.
Also user-space stuff like Ubuntu snaps, flatpak, and AppImage is here.
systemd and docker
Running Docker containers with systemd: Describes interfacing systemd and docker directly, along with the systemd-docker wrapper.
[[http://container-transform.readthedocs.io/en/latest/|container-transform tool]: can convert docker-compose.yml into systemd service units
Flatpak
For making sure themes are correct inside Flatpak applications: