Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2018-08-28 21:51:48
Size: 1316
Editor: SamatJain
Comment: Docker without Docker
Revision 8 as of 2019-02-10 07:07:47
Size: 226
Editor: SamatJain
Comment: Move Docker stuff to Containers/Docker
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Docker == ----
Line 7: Line 7:
 * Presentation: [[http://chimeracoder.github.io/docker-without-docker/#1|Docker without Docker]] <<FullSearchCached(t:Containers/)>>
Line 9: Line 9:
== systemd and docker ==

 * [[http://container-solutions.com/running-docker-containers-with-systemd/|Running Docker containers with systemd]]: Describes interfacing systemd and docker directly, along with the systemd-docker wrapper.
 * [[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
}}}

=== Building ===

 * [[https://blogs.gnome.org/alexl/2017/02/10/maintaining-a-flatpak-repository/|Maintaining a flatkpak repository]]


=== Repositories ===

 * [[https://github.com/KDE/flatpak-kde-applications|KDE/flatpak-kde-applications]]: Official KDE repository for Flatpak-distributed applications
<<Navigation(children)>>

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

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


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