1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-01 14:00:49 +00:00

Add Docker Tutorials (#3994)

Co-authored-by: konbo <konbo666@tutanota.com>
This commit is contained in:
Sudarshan P 2020-10-12 20:49:30 +05:30 committed by GitHub
parent 0b3d8a723a
commit 3cf2219575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
* [Data Science](#data-science) * [Data Science](#data-science)
* [Databases](#databases) * [Databases](#databases)
* [Deep Learning](#deep-learning) * [Deep Learning](#deep-learning)
* [Docker](#docker)
* [Game Development](#game-development) * [Game Development](#game-development)
* [Git](#git) * [Git](#git)
* [Go](#go) * [Go](#go)
@ -178,6 +179,12 @@
* [What is Deep Learning](https://www.udacity.com/course/deep-learning--ud730) (Udacity) * [What is Deep Learning](https://www.udacity.com/course/deep-learning--ud730) (Udacity)
### Docker
* [Docker Tutorial](https://www.tutorialspoint.com/docker/index.htm) - TutorialsPoint
* [Docker Tutorial for Beginners](https://www.youtube.com/watch?v=fqMOX6JJhGo) - FreeCodeCamp
### Game Development ### Game Development
* [Unity Beginner Fundamentals](https://learn.unity.com/course/unity-beginner-fundamentals)(Unity Learn) * [Unity Beginner Fundamentals](https://learn.unity.com/course/unity-beginner-fundamentals)(Unity Learn)