You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
841 B
Markdown

2 years ago
# Docker basics and troubleshooting
###### guide-by-example
2 years ago
![logo](https://i.imgur.com/6SIoRWX.png)
2 years ago
2 years ago
# Overview
2 years ago
2 years ago
**Docker** is a container technology that uses the hosts kernel while putting the userland applications into a sandbox.
It is much more lightweight than a full-fledged virtual machine, but can only run stuff that can run on host.
2 years ago
2 years ago
**Compose** is a Docker tool that allows defining containers using a YAML file and run them with a single command.
2 years ago
2 years ago
The purpose of docker and docker-compose is either development or deployment.<br>
Most of the stuff around here is about deployment, how to deploy others people work<br>
2 years ago
2 years ago
# Basics
2 years ago
1 year ago
tag - not just version number, tags are not even present on local docker..
1 year ago
ports quotes - always in quotes because in low number it might try to interpret ports as base 60