I am testing these steps on:
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
podman run --name ceevee --rm -d -p 8083:80 quay.io/j0hnniewa1ker/ceevee
python3 -m webbrowser http://localhost:8083
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)
- Cloud Native Bootcamp
git clone https://github.com/ibm-cloud-architecture/learning-cloudnative-101.git
- Docker Essentials
- Red Hat Certified Specialist in Containers and Kubernetes Complete Video Course: Red Hat EX180
- requires O’Reilly Subscription
- free trial gives you unlimited learning for 10 days
- DO180 - Red Hat OpenShift I: Containers & Kubernetes
- requires Red Hat Learning Subscription
- A Practical Introduction to Container Terminology
- Docker 101 Tutorial
- Contributed to add tekton and cloudnativetoolkit cli
- ibmcloud-dev container image repo
- ibmgaragecloud/ibmcloud-dev Quay.io image
- Contributed to image-tensorflow-model-train
- Contributed to IBM Cloud Garage Tekton Pipelines
- Building this training material
- focusing on how I might have learned containers faster
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 |
- https://github.com/client-engineering-devops/Helloworld_Fortran_rk
- quay.io/kramerro_ibm/helloworld_fortran_rk