From 6b4b028b6ff3815e0cb0c912db324c762cf9ecf0 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar Date: Fri, 13 Aug 2021 23:16:08 +0400 Subject: [PATCH] add note for grouping containers --- Docs/ClientImplementation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Docs/ClientImplementation.md b/Docs/ClientImplementation.md index 197289d..f0456eb 100644 --- a/Docs/ClientImplementation.md +++ b/Docs/ClientImplementation.md @@ -79,6 +79,7 @@ show a sample structure of file ```grouptrackcontainer.json```. The default path to the container tracker is ```client/trackcontainers/grouptrackcontainer.json```. ### Note: -The group id will be auto-generated and will will have it's own prefix in the start which will mostly be ```grp```. -When a container is removed using the command. ```p2prc --rm --id ```. It will be automatically deleted from the groups it exists in. +The group id will be auto-generated and will have its own prefix in the start which will mostly be ```grp```. +When a container is removed using the command. ```p2prc --rm --id ```. It will be automatically deleted +from the groups it exists in.