Skip to content

Commit

Permalink
Merge pull request #16 from ibm-cloud-architecture/rebuild
Browse files Browse the repository at this point in the history
Rebuild
  • Loading branch information
bkribbs15 authored Feb 7, 2025
2 parents 9bc78af + 3b218e9 commit 0048bb3
Show file tree
Hide file tree
Showing 37 changed files with 1,041 additions and 1,052 deletions.
1 change: 1 addition & 0 deletions docs/containers/benefitsContainers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Benefits of Containers
2 changes: 1 addition & 1 deletion docs/containers/imageregistry.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Image Registries
# What are Image Registries

A registry is a repository used to store and access container images. Container registries can support container-based application development, often as part of DevOps processes.

Expand Down
2 changes: 1 addition & 1 deletion docs/containers/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Containers Introduction
# What are Containers

You wanted to run your application on different computing environments. It may be your laptop, test environment, staging environment or production environment.

Expand Down
6 changes: 1 addition & 5 deletions docs/containers/reference.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Containers

Containers are a standard way to package an application and all its dependencies so that it can be moved between environments and run without change. They work by hiding the differences between applications inside the container so that everything outside the container can be standardized.

For example, Podman and Docker have created a standard way to create images for Linux Containers.
# Container References

## Basic CLI Commands

Expand Down
1 change: 1 addition & 0 deletions docs/devops/devopsTools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# DevOps Tools
3 changes: 3 additions & 0 deletions docs/devops/gitops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# What is GitOps

# Benefits of GitOps
4 changes: 1 addition & 3 deletions docs/devops/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# DevOps Introduction
# What is DevOps?

DevOps has recently become a popular buzzword in the Cloud World. It varies from business to business and it means a lot different things to different people. In traditional IT, organizations have separate teams for Development and Operations. The development team is responsible for coding and operations team is responsible for releasing it to production. When it comes to this two different teams, there will always be some sort of differences. It may be due to the usage of different system environments, software libraries etc. In order to level this up, DevOps came into play.

## What is DevOps ?

“DevOps is a philosophy, a cultural shift that merges operations with development and demands a linked toolchain of technologies to facilitate collaborative change. DevOps toolchains … can include dozens of non-collaborative tools, making the task of automation a technically complex and arduous one.” - Gartner

![devops](./images/DevOps.jpg)
Expand Down
13 changes: 13 additions & 0 deletions docs/labs/containers/container-registry/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# IBM Container Registries


=== "Quay.io"

### Introduction

In this lab you will learn how to use podman.

=== "IBM Container Registry"

### Introduction

=== "Docker Hub"

In this lab we are going to create a Container Image and store it in the [IBM Cloud Container Registry](https://cloud.ibm.com/docs/Registry?topic=Registry-registry_overview)

## Prerequisites
Expand Down
Loading

0 comments on commit 0048bb3

Please sign in to comment.