-
Notifications
You must be signed in to change notification settings - Fork 0
docker tutorial
marhcouto edited this page Jan 11, 2024
·
1 revision
This tutorial goes over the basics of Docker and the information necessary to be able to comfortably use containers. All information is well explained in the internet though, so mostly external videos are used.
- Watch this video on virtualization
- Watch this video on the benefits of containers
- Watch this comprehensive tutorial on docker
Visual Studio Code contains an extension that allows for the creation of docker containers specifically tailored to be used as a development environment: it is essentially a tool that enables the creation of docker containers inside which vscode can run and with a agilized creation process. It provides many default options and easy tool integration. You can watch this short video for more information on the matter.