rev examples

This commit is contained in:
Michael Bradley, Jr 2018-07-25 15:52:57 -05:00
parent 3848fc68a6
commit ba486ee0c4
1 changed files with 4 additions and 3 deletions

View File

@ -101,8 +101,7 @@ container, `su-exec` and `bash -ic` can be used together:
docker exec -it <container-id> su-exec embark \
bash -ic 'exec bash << "SCRIPT"
simple_nodeenv 10.7.0 my_other_node
npm i -g http-server
nac my_node
exec http-server -p 10001
SCRIPT
@ -117,7 +116,9 @@ docker exec -it <container-id> su-exec embark \
bash -c 'exec bash << "SCRIPT"
. ~/.bash_env
simple_nodeenv 10.7.0 more_nodez
nvm_load no-auto-lts
nvm install v10.6.0
echo $(which node)
npm i -g http-server
exec http-server -p 10002