Skip to content

Commit

Permalink
div
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Sep 27, 2024
1 parent b0d99c8 commit e6dcb15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions labs/liascript/labs-docker-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ comment: Labs Docker Fundamentals
logo: https://assets.alterway.fr/2021/01/strong-mind.png
-->

# Lab Dockeer Fundamentals
# Lab Docker Fundamentals



Expand All @@ -41,12 +39,14 @@ By the end of this exercise, you should be able to:

### 1.1. Launching and Managing Containers

```text
Step 1: Let’s begin by containerizing a simple ping process on your node:
```

<div style="color: purple">
Step 1:</div>
Let’s begin by containerizing a simple ping process on your node:


```shell
[ubuntu@node ~]$ docker container run alpine ping 8 .8.8.
[ubuntu@node ~]$ docker container run alpine ping 8.8.8.8.
```

- docker container run creates a new container
Expand Down

0 comments on commit e6dcb15

Please sign in to comment.