learnyounode is an interactive course to learn the basics of node.js.
1.4K
learnyounode is an interactive course to learn the basics of node.js
When I started to put the exercises into a container I naturally installed sshd along with nano and git, but as I learnt more about the 'docker way' I realised this was going against the grain.
This repo is my attempt to access everything needed to do the full course without having to interact with the container through a bash shell or ssh. To enable the correct parameters to be passed into the container I have put together a quick bash script used to launch the container. The script is not essential but it does save a lot of typing.
[http://blog.alexellis.io/learnyounode-in-a-docker-container/](Blog entry)
Switched to Alpine Linux, for a much smaller image
git clone this repodocker build -t alexellis2/learnyounodedocker ../learnyounode.sh
./learnyounode.sh "HELLO WOLRD"
ex1.js and drop it in
exercises then type:./learnyounode.sh "HELLO WORLD" "ex1.js"
Content type
Image
Digest
Size
18.4 MB
Last updated
over 10 years ago
docker pull alexellis2/learnyounode