Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2018-06-02 12:09:37
Size: 885
Editor: SamatJain
Comment:
Revision 6 as of 2018-08-28 21:51:48
Size: 1316
Editor: SamatJain
Comment: Docker without Docker
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== Docker ==

 * Presentation: [[http://chimeracoder.github.io/docker-without-docker/#1|Docker without Docker]]
Line 19: Line 23:

=== 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

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

Flatpak

For making sure themes are correct inside Flatpak applications:

   1 # TODO: Figure out which repository these belong to
   2 flatpak install org.gtk.Gtk3theme.Breeze-Dark org.gtk.Gtk3theme.Breeze

Building

Repositories

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