Photoview Docker.

Google Photos FREE Alternative - Photoview

Google Photos is no longer free. Fortunately there are some open alternatives to have a self-hosted and local Google Photos. Lets deploy with Docker Photoview.

Podman - The Docker Alternative

Docker Alternatives: Hello Podman

Docker is not the only one. How to use Podman to Streamline your workflows, improve security, and enable better resource management in your data-driven applications.

Docker Container Registries Overview

The Container Registry Landscape

A Comprehensive Guide for Discovering the world of container registries - one pilar to optimize our development workflow. Comparing popular options like Docker Hub, Quay, GitLab, GitHub, and Google Cloud. Learn their unique features, strengths, and weaknesses.

August 21, 2021 · 4 min · 785 words ·  ·  Docker ·  Dev

Docker: A Guide to Mastering Containerization

Enhancing portability across various environments with Docker. Deploy applications efficiently: Learn to create Dockerfiles, build images, run containers, and push images to registries.

August 20, 2021 · 6 min · 1183 words ·  ·  Docker ·  Dev

Self-Hosting your GIT - Gitea

You might be looking for some alternative to Github or Bitbucket to track your code changes on some project. In this post we will selfhost Gitea with docker for that purpose.