From 6a67369d17a1fe7e530caee97fd7a1d3c8e52b1b Mon Sep 17 00:00:00 2001 From: cs171027 Date: Mon, 8 Jun 2020 15:05:53 +0000 Subject: [PATCH] Update 'DOC.md' --- DOC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOC.md b/DOC.md index ecf10ee..692cad0 100644 --- a/DOC.md +++ b/DOC.md @@ -1,4 +1,5 @@ ### Useful command-line information for virtual lab usage Command for checking the docker node status: ```docker node ls``` + Command for using and attaching to LXC container (e.g. to 'worker1'): ```lxc-attach --name worker1```.