What am I missing out by not using Docker?

This page summarizes the projects mentioned and recommended in the original post on /r/linux

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • dockerfiles

    Ubuntu 22.04 Docker Images for Server and Desktop. (by andrewmackrodt)

  • It's really not that arcane — the image definition just consists of commands that run in the context of the image. For example, here's one that adds X support to an Ubuntu image: https://github.com/andrewmackrodt/dockerfiles/blob/master/ubuntu-x11/Dockerfile

  • kitematic

    Discontinued Visual Docker Container Management on Mac & Windows

  • Kitematic runs on Linux: https://github.com/docker/kitematic/releases, and so does Dockstation: https://dockstation.io

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ui-for-docker

    A web interface for Docker, formerly known as DockerUI. This repo is not maintained

  • You can also run docker-ui or portainer over a web interface https://github.com/kevana/ui-for-docker or https://docs.portainer.io/v/ce-2.9/start/install

  • docker

    ⛴ Docker image of Nextcloud (by nextcloud)

  • *cough cough*

  • arch-base

    Docker build script for Arch Linux base

  • The Arch based one I'm showing this example for starts with this image, however I have my own Dockerfile which sets some stuff up like the kerfuffle user with the correct uid/gid and home directory. Also the actual Podman invocation is generated from a script and not all these values are hardcoded.

  • keycloak-containers

    Discontinued Container for the deprecated WildFly distribution of Keycloak. See https://www.keycloak.org/server/containers for details on the new Quarkus based distribution.

  • Yup, that's precisely what I meant. Yes, there are incredibly complex images with lots of tooling Like keycloak, but even then, the docker file is pretty straigthforward and simple to understand.

  • docker-fastapi-projects-uvicorn

    This repository allows you to create a simple Docker image with running FastAPI on localhost:80 presenting the basics of creating and running Docker Images.

  • But usually, I mean images like uvicorn. I think the other user just found a couple of bad ones and now assumes all the experiences are like that.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts