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```.