home.social

#containers — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #containers, aggregated by home.social.

  1. Ubuntu Workshop: nou eina de Canonical per crear entorns de desenvolupament sandboxed amb LXD. Snap, una comanda, i tens l'entorn aïllat però amb accés a hardware local.

    Reproduïble entre màquines. Compatible amb SDKs pre-dissenyats. Ideal per CI/CD i devs que necessiten consistència. ⚙️

    9to5linux.com/canonical-launch

    #Ubuntu #Canonical #DevOps #LXD #Containers

  2. Ubuntu Workshop: nou eina de Canonical per crear entorns de desenvolupament sandboxed amb LXD. Snap, una comanda, i tens l'entorn aïllat però amb accés a hardware local.

    Reproduïble entre màquines. Compatible amb SDKs pre-dissenyats. Ideal per CI/CD i devs que necessiten consistència. ⚙️

    9to5linux.com/canonical-launch

    #Ubuntu #Canonical #DevOps #LXD #Containers

  3. Ubuntu Workshop: nou eina de Canonical per crear entorns de desenvolupament sandboxed amb LXD. Snap, una comanda, i tens l'entorn aïllat però amb accés a hardware local.

    Reproduïble entre màquines. Compatible amb SDKs pre-dissenyats. Ideal per CI/CD i devs que necessiten consistència. ⚙️

    9to5linux.com/canonical-launch

    #Ubuntu #Canonical #DevOps #LXD #Containers

  4. Ubuntu Workshop: nou eina de Canonical per crear entorns de desenvolupament sandboxed amb LXD. Snap, una comanda, i tens l'entorn aïllat però amb accés a hardware local.

    Reproduïble entre màquines. Compatible amb SDKs pre-dissenyats. Ideal per CI/CD i devs que necessiten consistència. ⚙️

    9to5linux.com/canonical-launch

    #Ubuntu #Canonical #DevOps #LXD #Containers

  5. Ubuntu Workshop: nou eina de Canonical per crear entorns de desenvolupament sandboxed amb LXD. Snap, una comanda, i tens l'entorn aïllat però amb accés a hardware local.

    Reproduïble entre màquines. Compatible amb SDKs pre-dissenyats. Ideal per CI/CD i devs que necessiten consistència. ⚙️

    9to5linux.com/canonical-launch

    #Ubuntu #Canonical #DevOps #LXD #Containers

  6. :saltstack: :docker: New Salt Release 3008.0 is out! 🎉

    Easily test and manage your Salt setups in a clean Docker container:

    docker pull ghcr.io/cdalvaro/docker-salt-master:latest

    🔧 Includes Salt API, production-ready config & more.
    📚 Docs & usage examples.
    💬 Feedback and PRs are welcome!

    github.com/cdalvaro/docker-sal

    Built for the community. Maintained with ❤️ by @cdalvaro

  7. :saltstack: :docker: New Salt Release 3008.0 is out! 🎉

    Easily test and manage your Salt setups in a clean Docker container:

    docker pull ghcr.io/cdalvaro/docker-salt-master:latest

    🔧 Includes Salt API, production-ready config & more.
    📚 Docs & usage examples.
    💬 Feedback and PRs are welcome!

    github.com/cdalvaro/docker-sal

    Built for the community. Maintained with ❤️ by @cdalvaro

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #kubernetes

  8. :saltstack: :docker: New Salt Release 3008.0 is out! 🎉

    Easily test and manage your Salt setups in a clean Docker container:

    docker pull ghcr.io/cdalvaro/docker-salt-master:latest

    🔧 Includes Salt API, production-ready config & more.
    📚 Docs & usage examples.
    💬 Feedback and PRs are welcome!

    github.com/cdalvaro/docker-sal

    Built for the community. Maintained with ❤️ by @cdalvaro

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #kubernetes

  9. :saltstack: :docker: New Salt Release 3008.0 is out! 🎉

    Easily test and manage your Salt setups in a clean Docker container:

    docker pull ghcr.io/cdalvaro/docker-salt-master:latest

    🔧 Includes Salt API, production-ready config & more.
    📚 Docs & usage examples.
    💬 Feedback and PRs are welcome!

    github.com/cdalvaro/docker-sal

    Built for the community. Maintained with ❤️ by @cdalvaro

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #kubernetes

  10. :saltstack: :docker: New Salt Release 3008.0 is out! 🎉

    Easily test and manage your Salt setups in a clean Docker container:

    docker pull ghcr.io/cdalvaro/docker-salt-master:latest

    🔧 Includes Salt API, production-ready config & more.
    📚 Docs & usage examples.
    💬 Feedback and PRs are welcome!

    github.com/cdalvaro/docker-sal

    Built for the community. Maintained with ❤️ by @cdalvaro

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #Automation #IoT #kubernetes

  11. Exploring the differences between Azure Container Registry and AWS Elastic Container Registry in my latest blog post! Thoughts? 🌐 funkysi1701.com/posts/2026/acr #Azure #AWS #Docker #Containers #DevOps #ACR #ECR #Cloud

  12. Exploring the differences between Azure Container Registry and AWS Elastic Container Registry in my latest blog post! Thoughts? 🌐 funkysi1701.com/posts/2026/acr #Azure #AWS #Docker #Containers #DevOps #ACR #ECR #Cloud

  13. Exploring the differences between Azure Container Registry and AWS Elastic Container Registry in my latest blog post! Thoughts? 🌐 funkysi1701.com/posts/2026/acr

  14. Exploring the differences between Azure Container Registry and AWS Elastic Container Registry in my latest blog post! Thoughts? 🌐 funkysi1701.com/posts/2026/acr #Azure #AWS #Docker #Containers #DevOps #ACR #ECR #Cloud

  15. Exploring the differences between Azure Container Registry and AWS Elastic Container Registry in my latest blog post! Thoughts? 🌐 funkysi1701.com/posts/2026/acr #Azure #AWS #Docker #Containers #DevOps #ACR #ECR #Cloud

  16. Security Tip: Integrate container image scanning directly into your CI/CD pipeline. 🛡️

    Waiting until production to find vulnerabilities is too late. By shifting security left, you can automatically block builds that contain critical CVEs. Tools like Trivy or Grype make this easy to automate.

    Stay proactive and keep your environment secure with data from cvedatabase.com

  17. New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

    The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

    The filesystem is the API between CI and host.

    blog.hofstede.it/tag-driven-de

    #linux #podman #containers #quadlet #devops #forgejo

  18. New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

    The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

    The filesystem is the API between CI and host.

    blog.hofstede.it/tag-driven-de

    #linux #podman #containers #quadlet #devops #forgejo

  19. New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

    The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

    The filesystem is the API between CI and host.

    blog.hofstede.it/tag-driven-de

    #linux #podman #containers #quadlet #devops #forgejo

  20. New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

    The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

    The filesystem is the API between CI and host.

    blog.hofstede.it/tag-driven-de

    #linux #podman #containers #quadlet #devops #forgejo

  21. New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

    The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

    The filesystem is the API between CI and host.

    blog.hofstede.it/tag-driven-de

    #linux #podman #containers #quadlet #devops #forgejo

  22. @cichy1173 welcome to #fcos fan club. I use FCOS a lot both on my #homelab and my corporate systems.

    For me, the combination of FCOS and #containers (using #podman #quadlet) workload is the most stable and easy way to get up-to-date system. You can depend on FCOS's zincati and podman-auto-update timer to get up-to-date systems in easy but stable.

  23. @cichy1173 welcome to #fcos fan club. I use FCOS a lot both on my #homelab and my corporate systems.

    For me, the combination of FCOS and #containers (using #podman #quadlet) workload is the most stable and easy way to get up-to-date system. You can depend on FCOS's zincati and podman-auto-update timer to get up-to-date systems in easy but stable.

  24. @cichy1173 welcome to #fcos fan club. I use FCOS a lot both on my #homelab and my corporate systems.

    For me, the combination of FCOS and #containers (using #podman #quadlet) workload is the most stable and easy way to get up-to-date system. You can depend on FCOS's zincati and podman-auto-update timer to get up-to-date systems in easy but stable.

  25. @cichy1173 welcome to #fcos fan club. I use FCOS a lot both on my #homelab and my corporate systems.

    For me, the combination of FCOS and #containers (using #podman #quadlet) workload is the most stable and easy way to get up-to-date system. You can depend on FCOS's zincati and podman-auto-update timer to get up-to-date systems in easy but stable.

  26. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  27. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  28. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  29. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  30. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  31. Ubuntu Core: The Immutable Embedded Linux OS for Smart and Industrial Devices

    Ubuntu Core is a minimal, secure, and immutable embedded Linux operating system built on snaps. It provides over-the-air updates for up to 15 years and is suitable for industrial devices, IoT, and edge computing.

    🔗 salehgnutux.github.io/GT-NEWST

    #Ubuntu_Core #Embedded_OS #IoT #Edge_Computing #Containers #snaps #Canonical

  32. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  33. Microsoft introduced Azure Linux 4.0 as a supported Linux distribution for Azure AI, Kubernetes, and enterprise workloads, with WSL support planned. ☁️
    The release deepens Microsoft’s control over cloud infrastructure as Linux continues powering most Azure workloads and modern AI systems. 🐧

    🔗 techgenyz.com/azure-linux-4-0-

    #TechNews #AzureLinux #Microsoft #Linux #Azure #Kubernetes #OpenSource #CloudComputing #AI #Enterprise #WSL #Containers #Cybersecurity #Infrastructure #DevOps #FOSS #Privacy

  34. Microsoft introduced Azure Linux 4.0 as a supported Linux distribution for Azure AI, Kubernetes, and enterprise workloads, with WSL support planned. ☁️
    The release deepens Microsoft’s control over cloud infrastructure as Linux continues powering most Azure workloads and modern AI systems. 🐧

    🔗 techgenyz.com/azure-linux-4-0-

    #TechNews #AzureLinux #Microsoft #Linux #Azure #Kubernetes #OpenSource #CloudComputing #AI #Enterprise #WSL #Containers #Cybersecurity #Infrastructure #DevOps #FOSS #Privacy

  35. Microsoft introduced Azure Linux 4.0 as a supported Linux distribution for Azure AI, Kubernetes, and enterprise workloads, with WSL support planned. ☁️
    The release deepens Microsoft’s control over cloud infrastructure as Linux continues powering most Azure workloads and modern AI systems. 🐧

    🔗 techgenyz.com/azure-linux-4-0-

    #TechNews #AzureLinux #Microsoft #Linux #Azure #Kubernetes #OpenSource #CloudComputing #AI #Enterprise #WSL #Containers #Cybersecurity #Infrastructure #DevOps #FOSS #Privacy

  36. Did an evaluation of Azure Linux

    Went ahead and created a developer shell environment based on my dotfiles to see what challenges lay ahead; like expected tools, or external packages.

    gist.github.com/gbraad/f82161c

    linkedin.com/posts/gbraad_azur

    So while this does not really indicate what Azure Linux 4.0 will bring, to me it gives an indication that this is a capable platform that can be used for different kind of possible workloads; from application servers, #containers to possibly #AI models.

  37. Fedora Hummingbird is one of the more interesting things to come out of the container world this year.

    I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:

    no shell
    no package manager
    signed SBOMs
    chunked OCI layers
    one surprisingly sharp UID footgun

    The image only shrank ~10%, which turns out to be the least interesting part.

    I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.

    blog.hofstede.it/fedora-hummin

    #fedora #hummingbird #redhat #podman #containers

  38. Fedora Hummingbird is one of the more interesting things to come out of the container world this year.

    I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:

    no shell
    no package manager
    signed SBOMs
    chunked OCI layers
    one surprisingly sharp UID footgun

    The image only shrank ~10%, which turns out to be the least interesting part.

    I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.

    blog.hofstede.it/fedora-hummin

    #fedora #hummingbird #redhat #podman #containers

  39. Fedora Hummingbird is one of the more interesting things to come out of the container world this year.

    I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:

    no shell
    no package manager
    signed SBOMs
    chunked OCI layers
    one surprisingly sharp UID footgun

    The image only shrank ~10%, which turns out to be the least interesting part.

    I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.

    blog.hofstede.it/fedora-hummin

    #fedora #hummingbird #redhat #podman #containers

  40. Fedora Hummingbird is one of the more interesting things to come out of the container world this year.

    I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:

    no shell
    no package manager
    signed SBOMs
    chunked OCI layers
    one surprisingly sharp UID footgun

    The image only shrank ~10%, which turns out to be the least interesting part.

    I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.

    blog.hofstede.it/fedora-hummin

    #fedora #hummingbird #redhat #podman #containers

  41. Fedora Hummingbird is one of the more interesting things to come out of the container world this year.

    I rebuilt my mastogreet bot on top of registry.access.redhat.com/hi/python, the new distroless Python image catalog from Project Hummingbird:

    no shell
    no package manager
    signed SBOMs
    chunked OCI layers
    one surprisingly sharp UID footgun

    The image only shrank ~10%, which turns out to be the least interesting part.

    I wrote up the rebuild, the operational differences, and where Fedora Hummingbird Linux and Red Hat Hardened Images fit into the picture.

    blog.hofstede.it/fedora-hummin

    #fedora #hummingbird #redhat #podman #containers

  42. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  43. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  44. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  45. docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers

  46. :saltstack: :docker: I’ve just pushed a preview build of docker-salt-master for Salt 3008.0rc4 🎉

    If anyone wants to give it a try before the final release, the image is here:

    ghcr.io/cdalvaro/docker-salt-master:3008rc4

    If you test it, I’d really love to hear how it goes — especially if you spot regressions or compatibility issues. Thanks a lot 🙌

    github.com/cdalvaro/docker-sal

  47. :saltstack: :docker: I’ve just pushed a preview build of docker-salt-master for Salt 3008.0rc4 🎉

    If anyone wants to give it a try before the final release, the image is here:

    ghcr.io/cdalvaro/docker-salt-master:3008rc4

    If you test it, I’d really love to hear how it goes — especially if you spot regressions or compatibility issues. Thanks a lot 🙌

    github.com/cdalvaro/docker-sal

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #OpenSource #IoT

  48. :saltstack: :docker: I’ve just pushed a preview build of docker-salt-master for Salt 3008.0rc4 🎉

    If anyone wants to give it a try before the final release, the image is here:

    ghcr.io/cdalvaro/docker-salt-master:3008rc4

    If you test it, I’d really love to hear how it goes — especially if you spot regressions or compatibility issues. Thanks a lot 🙌

    github.com/cdalvaro/docker-sal

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #OpenSource #IoT

  49. :saltstack: :docker: I’ve just pushed a preview build of docker-salt-master for Salt 3008.0rc4 🎉

    If anyone wants to give it a try before the final release, the image is here:

    ghcr.io/cdalvaro/docker-salt-master:3008rc4

    If you test it, I’d really love to hear how it goes — especially if you spot regressions or compatibility issues. Thanks a lot 🙌

    github.com/cdalvaro/docker-sal

    #SaltProject #SaltStack #DevOps #Docker #Containers #SaltAPI #OpenSource #IoT