Skip to content

Commit 99ed154

Browse files
Bharath KaimalBharath Kaimal
authored andcommitted
fixed table in container references page
1 parent b6e2c12 commit 99ed154

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/containers/reference.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ For example, Docker created standard way to create images for Linux Containers.
1212
| Run `hello-world` Container | `docker run hello-world` |
1313
| List Running Containers | `docker ps` |
1414
| Stop a container | `docker stop <container-name/container-id>` |
15-
| List Docker Images | `docker images` |
15+
| List Docker Images | `docker images` |
1616
| Login into registry | `docker login` |
1717
| Build an image | `docker build -t <image_name>:<tag> .` |
18-
| Inspect a docker object | `docker inspect <name/id>` |
19-
| Inspect a docker image | `docker inspect image <name/id>` |
20-
| Pull an image | `docker pull <image_name>:<tag>` |
21-
| Push an Image | `docker push <image_name>:<tag>` |
22-
| Remove a container | `docker rm <container-name/container-id>` |
18+
| Inspect a docker object | `docker inspect <name/id>` |
19+
| Inspect a docker image | `docker inspect image <name/id>` |
20+
| Pull an image | `docker pull <image_name>:<tag>` |
21+
| Push an Image | `docker push <image_name>:<tag>` |
22+
| Remove a container | `docker rm <container-name/container-id>` |
2323

2424
## Running Docker
2525

@@ -50,6 +50,7 @@ For example, Docker created standard way to create images for Linux Containers.
5050
``` bash
5151
ibmcloud cr login --client docker
5252
```
53+
5354
<!---
5455
=== "Docker on Kubernetes/OpenShift"
5556
@@ -74,7 +75,7 @@ For example, Docker created standard way to create images for Linux Containers.
7475
``` bash
7576
docker version
7677
```
77-
78+
7879
=== "Kubernetes"
7980
8081
1. If you have already configured your Kubernetes, skip to step 5. First, add a user by setting credentials. Feel free to change the credential name, username and password to whatever you like.
@@ -112,11 +113,12 @@ For example, Docker created standard way to create images for Linux Containers.
112113
docker version
113114
```
114115
--->
116+
115117
## Activities
116118

117-
| Task | Description | Link | Time |
118-
| ----------------------- | --------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- | ------ | | | |
119-
| IBM Container Registry | Build and Deploy Run using IBM Container Registry | [IBM Container Registry](../labs/containers/container-registry/index.md) | 30 min |
120-
| Docker Lab | Running a Sample Application on Docker | [Docker Lab](../labs/containers/index.md) | 30 min |
119+
| Task | Description | Link | Time |
120+
| ---------------------- | ------------------------------------------------- | ------------------------------------------------------------------------ | ------ |
121+
| IBM Container Registry | Build and Deploy Run using IBM Container Registry | [IBM Container Registry](../labs/containers/container-registry/index.md) | 30 min |
122+
| Docker Lab | Running a Sample Application on Docker | [Docker Lab](../labs/containers/index.md) | 30 min |
121123

122124
Once you have completed these tasks, you should have a base understanding of containers and how to use Docker.

0 commit comments

Comments
 (0)