Skip to content

cebucodecamp/docker-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Let's learn docker! (A docker workshop)

Short url to this project:

 http://moourl.me/FJn

:toc:

What is it?

Words & Terminology

Docker uses a bunch of concepts and has specific words for those. To be able to read documentation, and to talk to others, it's very important to understand what they mean.

In the following I'm trying to show a few analogue words from related domains, such as VMs or programming runtimes.

Containers with Docker VMs AWS EC2 Python Node JS
Docker VMWare, VirtualBox - CPython, PyPy, Jython ?
Image VM Snapshot AMI .py file .js file
Container Running VM EC2 instance A running Python process A running Node process
Docker Hub ? AWS Marketplace for AMIs official pypi the official NPM registry
Docker registry ? - A pypi server an npm server

Tutorials, Goals & Resources

Here's a cool online live-coding tutorial by Katacoda. It covers a lot: volumes, networking, docker-compose, Docker Swarm

Docker for Beginners

To explore Docker on your local, have a look at this easy to follow step-by-step guide by Gitlab.

Docker-compose: Building containers and running them together

Explore docker-compose!

Docker Swarm

?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages