From f191100e2c57370ebbf4f447ba6e3a81fec62367 Mon Sep 17 00:00:00 2001 From: Bikash Daga <111844391+bikashdaga09@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:56:55 +0530 Subject: [PATCH] Added one useful resource from Scaler Topics Hey, I have added a helpful reference link for understanding Docker in the Docker section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca1b287..471416a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ $ docker run -it --gpus all entangle root@13428af4a37b:/# python -m entangle.examples.example3 (0.2957176749914652, 0.41134210501331836) ``` +[Click here](https://www.scaler.com/topics/what-is-docker/) to know more about Docker. + ## Wiki Articles - [How Does Entangle Compare to Other Parallel Compute Frameworks?](https://github.com/radiantone/entangle/wiki) - [Development Roadmap & Contributions](https://github.com/radiantone/entangle/wiki/Development)