Docker
Docker is a tool that allows the creation of a virtualized operating system defined by a docker file. A docker file can be built into an image that can be run as a self contained virtualized operating system or a container.
Links:
Training Links:
Training Name | Link | Training Type | Author |
---|---|---|---|
Docker Compose Overview | https://docs.docker.com/compose/ | Background information, Documentation, | Docker |
Intro to Docker Compose with CDA | 2023-09-26_Intro_to_Docker_compose_with_CDA | Background information, Docker, | Karl Tarbet |
Developing a Docker file | Docker | Developing a docker file | Will Lehman |
Launching Windows Docker Container | Launching Windows Docker Container | Launching a Windows docker container steps | Josh DeGeorge |