m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #docker

AodeRelay boosted

[?]nocci [cyberpunk'd] ยป
@nocci@punk.cyber77.de

So... ich habe etwas in meinen geschrieben.

https://nocadmin.net/die-grosse-nextcloud-odyssee-2/

Viel SpaรŸ beim Lesen.

    [?]tobias ยป
    @tobias@social.xanten.cc

    Du wolltest schon immer mal deinen eigenen bauen?
    Nicht abhรคngig sein von Spotify, Apple oder sonstigen Plattformen, sondern deinen Podcatcher selbst hosten und verwalten?

    Genau das hab ich jetzt mal ausprobiert โ€“ und zwar mit

    Spoiler: Funktioniert richtig gut.

    2tap2.be/posts/podcatcher-host

      AodeRelay boosted

      [?]Tom ยป
      @pertho@mastodon.bsd.cafe

      Ugh. Why is such a dumpster fire?

      They've had 10+ years to improve it & make it more robust.

      Instead?

      "No. You can't make that container because I can't extract the snapshot"

      docker: Error response from daemon: apply layer error for "": failed to prepare extraction snapshot "extract-922698008-lotsofhexadecimalgarbage": NotFound: failed to create snapshot: missing parent "moby/3711/sha256:..." bucket: not found

      Pruning images and other system objects did fuck all!

      The solution? Uninstall and reinstall Docker. ๐Ÿคฃ

      This is as bad as Windows!

      Absolute steaming turd!

        [?]vermaden ยป
        @vermaden@mastodon.bsd.cafe

        Added ๐—จ๐—ฃ๐——๐—”๐—ง๐—˜ ๐Ÿญ - ๐—ง๐—ต๐—ผ๐˜‚๐—ด๐—ต๐˜๐˜€ ๐—”๐—ณ๐˜๐—ฒ๐—ฟ ๐—–๐—ผ๐—บ๐—บ๐—ฒ๐—ป๐˜๐˜€ to the ๐—™๐—ฟ๐—ฒ๐—ฒ๐—•๐—ฆ๐—— ๐—๐—ฎ๐—ถ๐—น๐˜€ ๐—ฆ๐—ฒ๐—ฐ๐˜‚๐—ฟ๐—ถ๐˜๐˜† article.

        vermaden.wordpress.com/2025/04

          1 ★ 0 ↺

          [?]Marek S. ล. ยป
          @marek@m5l.eu

          Finally back online after reworking my setup!

          This time it's with . I used to avoid containers, preferring to run services directly instead. But setting up backups made me appreciate the separation between the application data in image and persistent state in mounted volumes. The final piece that convinced me is the ability to self-host my own container registry with @forgejo@floss.social

          I'm doing the initial setup through (learned from @notthebee@tilde.zone), but specific applications are managed via dockge. The ambition to do every adjustment through playbooks burns out really fast when working with a single instance.

            [?]Zef Hemel ยป
            @zef@hachyderm.io

            Writing a single bash script that turns a clean install into an opinionated setup (the one that I use myself) with:

            *
            * as web UI for managing docker-compose stacks
            * @tailscale setup to expose deployed services with TSDProxy as separate TS domains
            * Restic for data backups

            Anybody interested?