This commit is contained in:
DoTheEvo 2023-03-20 17:43:04 +01:00
parent 8a2c9e27fb
commit 390a146999
1 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ First, docker is easy. Like really.<br>
Second, there are two main uses.
* A developer who daily works on an apps and docker eases everything about it,
* A developer who daily works on apps and docker eases everything about it,
from setting up enviroment, to testing and deployment.
* A hosting approach, where you are not that concerned with detials of what
and how works in the container that is prepared for you by developers,
@ -237,7 +237,7 @@ Second, there are two main uses.
This whole repo is obviously about the second use. So be careful that you wont
spend time on resources used to educate developers. Sure, if you get through
that you will know docker better, but theres always the danger that after sinking
4 hours "learning", one still cant get plain nginx web server up and working
4 hours learning, one still cant get plain nginx web server up and working
and loses motivation.<br>
And my personal preference in learning is getting something up as fast as possible
and then tinker with it and try to understand how it works.
@ -247,6 +247,6 @@ rather than just **docker** tutorials and notice if they are talking some core
fundamentals or deployment.
* [This](https://youtu.be/DM65_JyGxCo) one is pretty good. That entire channel
has good stuff worth looking.
has good stuff.
Will add stuff as I encounter it.
Will add shit I encounter and like.