Sarat Motamarrisaratdevopsengg.hashnode.dev·Nov 24, 2023Day 29 | Kubernetes (k8's)Docker vs Kubernetes Imagine you're hosting a party, and you need to manage both the decorations and the guests. Docker is like individual gift boxes: You pack each gift (application) in its box (container) with everything it needs inside. This ensu...Discussk8s
Jochen Van den Bosscheblog.jochenvandenbossche.dev·Oct 18, 2023Oracle23cFREE and ORDS/APEX on Windows using PodmanMy company laptop is large enough (32Gb RAM) to host the containerized versions of the Oracle 23c FREE edition and ORDS. But it has also some limitations on installing and configuring things. I mainly ran into networking issues, which are probably re...DiscussOracle
Okiki Ojoblog.okikio.dev·Oct 12, 2023From Docker to Podman - VS Code DevContainersBeen a while... 👀 It's been a minute, hasn't it? I've been...busy, but I'm back with something that I think you'll find both useful and intriguing. While I was away, I stumbled upon a nifty trick that involves swapping Docker for Podman in DevContai...Discuss·334 readsDocker
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Oct 9, 2023Docker (not Podman) & Docker compose for Oracle ComputeA blog for this? surely it's just the command below, right? # Don't actually run this # sudo dnf install docker No, it doesn't. Because this command installs Oracle's flavour of Docker called podman-docker. Here is proof: Podman might be fine for y...Discuss·46 readsDocker
Mastan mastan.hashnode.dev·Oct 6, 2023Created an Kubernetes Quiz Game by Podman and deployed on to the Tomcat server.Hii i have created an Kubernenetes quiz game with Podman by creating an index.html file and a containerfile(Dockerfile) an build the image with it and deployed on to the Tomcat server .I have created an index.html file and dumped my code in to it wit...DiscussKubernetes
Rune Hansén Steinnesroderik.no·Sep 28, 2023podman is not dockerpodman is not docker .. yeah. That's an understatement. This example is a one-shot container. It's not a pod (that might be an upcoming post). I'm running one command in the container and then I remove it. The task is to do some async calls (usually ...Discuss·51 readspodman
Ulf HellströmProdbengineer.hashnode.dev·Sep 13, 2023Oracle Database 23c Free— with Podman.Note: Article updated 2023-09-26 due to Oracle now officially releasing Oracle Database 23c Free edition. The developer's release no longer exists. The installation is however the same for Oracle Database 23c Free edition. For more information see ht...Discuss·57 readsOracle
Srijan Srivastavasrijansblog.hashnode.dev·Sep 6, 2023Mastering Container Fundamentals: From Isolation to ControlIntroduction Picture a world where developers no longer fret over tangled webs of dependencies and scaling nightmares. Welcome to the realm of containers, where life is a whole lot simpler. You've likely heard of containers, perhaps even incorporated...Discuss·3 likes·113 readsDevops
Dhrubajyoti Chakrabortyblog.codewdhruv.com·Aug 2, 2023Podman: The Future of ContainerizationContainerization is a crucial technology in modern software development. Docker has been the popular choice for managing containers for a long time. However, there's a new tool in space called Podman. It offers several benefits over Docker and has ca...Discuss·1 like·100 readspodman
Dosunmu Oluwamuyiwamuyiwa.hashnode.dev·Jun 21, 2023docker vs podmanDocker and Podman are both containerization platforms that allow you to run and manage containerized applications. While they serve a similar purpose, there are some differences between them in terms of architecture, features, and tooling. Here's an ...DiscussDevops