From 66a197b7f69cd57170b1d7f8df2d055a682bf6d6 Mon Sep 17 00:00:00 2001 From: Jay Agrawal Date: Sun, 31 Dec 2023 00:55:44 +0530 Subject: [PATCH] Update linux_server_administration.md (#157) added online option in Lab Environment Setup ex - docker playground --- courses/level101/linux_basics/linux_server_administration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courses/level101/linux_basics/linux_server_administration.md b/courses/level101/linux_basics/linux_server_administration.md index e19d21b3..26b9cbd6 100644 --- a/courses/level101/linux_basics/linux_server_administration.md +++ b/courses/level101/linux_basics/linux_server_administration.md @@ -8,7 +8,7 @@ commands on your own. ## Lab Environment Setup -- Install docker on your system - [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/) +- Install docker on your system - [https://docs.docker.com/engine/install/](https://docs.docker.com/engine/install/) OR you can used online [Docker playground](https://labs.play-with-docker.com/) - We will be running all the commands on Red Hat Enterprise Linux (RHEL) 8 system.