1
0
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin
2022-01-08 23:22:44 +01:00
parent 395d00839a
commit 4b7cfe91f6
3 changed files with 23 additions and 7 deletions

View File

@@ -1,14 +1,21 @@
# Before starting
## Connect
You are going to connect to a server using `ssh`.
Ask your teacher for the IP address of the machine:
```
ssh root@ip_address
```
## Host and Demo
You are currently connected to a server which have docker installed.
We will call this server: `localhost`.
You also have a docker container running in the background.
We will call this container: `demo`.
You can check your containers with:
`docker ps`
We will call this container: `demo`.
During these lessons, you will be ask to use ansible to configure both `localhost` and `demo`