diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-24 09:29:27 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-24 09:29:27 +0100 |
| commit | 992441c88e0b4a75fe4aed0878b5a2c9f4a5180f (patch) | |
| tree | e1a15c5d52f84f4072d51be0fe1961f389da7315 | |
| parent | f47491b3a89ba769760bb555ea72f1416cb0cb08 (diff) | |
| download | cacharle.xyz-992441c88e0b4a75fe4aed0878b5a2c9f4a5180f.tar.gz cacharle.xyz-992441c88e0b4a75fe4aed0878b5a2c9f4a5180f.tar.bz2 cacharle.xyz-992441c88e0b4a75fe4aed0878b5a2c9f4a5180f.zip | |
Added ft_services to validated
| -rw-r--r-- | school.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/school.html b/school.html index 8b91ede..86cd681 100644 --- a/school.html +++ b/school.html @@ -47,11 +47,14 @@ <td><a href="https://git.cacharle.xyz/minishell">minishell</a></td> <td>Minimalistic shell based on bash</td> </tr> + <tr> + <td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td> + <td>Introduction to kubernetes with multiple services running in different containers</td> + </tr> </table> <h2>Pending</h2> <table> - <tr><td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/computorv1">computorv1</a></td></tr> |
