Containerized Services using Podman

Managing Container Images using Podman Applications can run inside containers, providing all dependencies, that is, container image and a file system bundle which provides the app files, 3rd party libraries are there. Container images are available from image registries that allow users to search and retrieve container images. You can use the search subcommand to find available images from remote or local registries. [user@artcdc ~]$ podman search rhel INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED redhat....

March 8, 2020 · 4 min · Jommel Colcol

Introduction to Containers

Background In general, a typical software applications are dependent on other 3rd party libraries, components, services or config that are running in the host or environment. A traditional application may break if there are new updates on its dependencies that are not supported by the application when it was written. For example, you have a windows application that is deployed on a windwows server that is dependent on a TLS 1....

February 2, 2020 · 3 min · Jommel Colcol