This commit is contained in:
William Mantly 2016-05-31 01:13:02 -04:00
commit e27bb6deba

View File

@ -53,10 +53,11 @@ Clone the repo and set it up:
git clone https://github.com/wmantly/lxc_manager_node.git git clone https://github.com/wmantly/lxc_manager_node.git
cd lxc_manager_node cd lxc_manager_node
npm install npm install
```
Its safer at this point to reboot the system, `exit` back to the privlaged user and `reboot` Its safer at this point to reboot the system, `exit` back to the privlaged user and `reboot`
**SSH or log dercily into the `virt` user!!!** this will not if you use su! **SSH or log dercily into the `virt` user!!!** this will not work if you use su to get into the user!
Now you can can create a test container: Now you can can create a test container:
```bash ```bash