Skip to content

Latest commit

 

History

History
76 lines (62 loc) · 3.81 KB

README.md

File metadata and controls

76 lines (62 loc) · 3.81 KB

J0hnnieWa1ker does Containers

I am testing these steps on:

Fedora 35 Workstation

sudo dnf -y install podman

Red Hat Enterprise Linux 8 (RHEL)

sudo yum module enable -y container-tools:rhel8
sudo yum module install -y container-tools:rhel8

Jump right in with an Introduction

podman run --name ceevee --rm -d -p 8083:80 quay.io/j0hnniewa1ker/ceevee
python3 -m webbrowser http://localhost:8083

Concept

A way to personalize the concepts of containers. This came in the mail: Johnnie's Selected Seeds catalog

The catalog (repository) lists all the seeds (images) you might want to use.

Seeds (images) include everything required to grow what’s contained in them. But seeds (images) alone don’t do anything on their own.

They need a container and resources to live and grow.

The DNA (Dockerfile) are the instructions that create the seed (image)

How did I get here?

What images do I plan on showing?

Image Demo Description
ceevee ceevee.md My version of Hello
nexus3 nexus3.md logs, exec, volumes, ports
gitbucket gitbucket.md git
helloworld_fortran_rk Dockerfile intro
alpine
nginx
alpine
node
oc-pwsh
ibmcloud-dev

Ross's Helloworld_Fortran_rk

need to investigate these