verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.05k stars 1.99k forks source link

Feature Suggestion: Docker #187

Open rbrtsmith opened 7 years ago

rbrtsmith commented 7 years ago

Feature Suggestion : Docker

Chapter: Possibly chapter 1 during setup

I've recently started learning Docker, and it seems to be the standard going forward for putting our apps into virtual containers. It might be beyond the scope of this tutorial but I think it's becoming an integral part of a full-stack JS application. It would be helpful to me and I am sure others to see how to best setup Docker for a project such as this.

augnustin commented 6 years ago

Just found out about this awesome repo!

Reading at it, I immediately thought Docker was the missing piece of all this. I shall help on this as I have been writing a getting started tutoriel on Docker as a local environment: https://augustin-riedinger.fr/en/resources/using-docker-as-a-development-environment-part-1

It's been well received and RTed by Docker Official tweeter account.

I'd be glad to PR a Chapter 0 with an adapted version of it here.

Let me know :smile: