Update README.md
This commit is contained in:
parent
5b266465d7
commit
0f26a39a63
@ -15,7 +15,7 @@ Make the password something strong, and remember it.
|
|||||||
|
|
||||||
Now you can install the packages we need:
|
Now you can install the packages we need:
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install git nodejs npm lxc
|
sudo apt-get install git nodejs npm lxc redis-server
|
||||||
```
|
```
|
||||||
|
|
||||||
remap `nodejs` to `node`:
|
remap `nodejs` to `node`:
|
||||||
@ -60,8 +60,9 @@ lxc-attach -n test-ubuntu
|
|||||||
```
|
```
|
||||||
If everything worked you can stop and delete the container
|
If everything worked you can stop and delete the container
|
||||||
```bash
|
```bash
|
||||||
lxc-stop -n u1
|
lxc-stop -n test-ubuntu
|
||||||
lxc-destroy -n u1
|
lxc-destroy -n test-ubuntu
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user