Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2018-02-13 22:25:59
Size: 624
Editor: SamatJain
Comment:
Revision 7 as of 2019-02-10 07:06:32
Size: 843
Editor: SamatJain
Comment: Move Flatpak stuff to Containers/Flatpak
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Docker ==

 * Presentation: [[http://chimeracoder.github.io/docker-without-docker/#1|Docker without Docker]]
Line 8: Line 12:
 * [[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
Line 9: Line 15:
== Flatpak == ----
Line 11: Line 17:
For making sure themes are correct inside Flatpak applications: <<FullSearchCached(t:Containers/)>>
Line 13: Line 19:
{{{#!highlight sh
# TODO: Figure out which repository these belong to
flatpak install org.gtk.Gtk3theme.Breeze-Dark org.gtk.Gtk3theme.Breeze
}}}
<<Navigation(children)>>

Containerization-related stuff for Docker, Kubernetes (k8s), CoreOS, etc.

Also user-space stuff like Ubuntu snaps, flatpak, and AppImage is here.

Docker

systemd and docker


SamatsWiki: Containers (last edited 2019-02-10 07:07:47 by SamatJain)