Skip to content

Commit 0048bb3

Browse files
authored
Merge pull request #16 from ibm-cloud-architecture/rebuild
Rebuild
2 parents 9bc78af + 3b218e9 commit 0048bb3

37 files changed

+1041
-1052
lines changed

docs/containers/benefitsContainers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Benefits of Containers

docs/containers/imageregistry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Image Registries
1+
# What are Image Registries
22

33
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.
44

docs/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Containers Introduction
1+
# What are Containers
22

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

docs/containers/reference.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Containers
2-
3-
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.
4-
5-
For example, Podman and Docker have created a standard way to create images for Linux Containers.
1+
# Container References
62

73
## Basic CLI Commands
84

docs/devops/devopsTools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# DevOps Tools

docs/devops/gitops.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# What is GitOps
2+
3+
# Benefits of GitOps

docs/devops/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# DevOps Introduction
1+
# What is DevOps?
22

33
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.
44

5-
## What is DevOps ?
6-
75
“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
86

97
![devops](./images/DevOps.jpg)

docs/labs/containers/container-registry/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# IBM Container Registries
22

3+
4+
=== "Quay.io"
5+
6+
### Introduction
7+
8+
In this lab you will learn how to use podman.
9+
10+
=== "IBM Container Registry"
11+
12+
### Introduction
13+
14+
=== "Docker Hub"
15+
316
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)
417

518
## Prerequisites

0 commit comments

Comments
 (0)