KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
hello-docker
★ 26
Open GitHub ↗
Docker 101 workshop
Download README (.md)
Explore Similar Repositories
vaulter
:
No description available.
namu-wiki-extractor
:
A library to extract plaintexts from the JSON dump file of namu wiki
console-laravel
:
[DEPRECATED] See https://github.com/lucidarch/lucid
JAMS
:
Just A Modular System
python-tikteck
:
Python module for controlling Tikteck Bluetooth LED bulbs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hello-docker
?
Download (.md)
# Hello Docker An entry level `docker tutorial` for anyone who wants to learn how to use docker effectively in their day-to-day dev work.  ## Table of Contents - [Getting Started](#getting-started-) - [Pre Requisites](#pre-requisites-) - [Contributing](#contributing-) - [License](#license-) ## Getting Started This **docker tutorial** attempts to drive you through the fundamentals and into some advanced topics like `docker services` and `docker stacks` and `docker's swarm mode`. Just in case, you can also grab the [Docker Cheatsheet](https://github.com/bitlogic/hello-docker/tree/master/docker-cheatsheet.md) So, let's get started in the [orientation section](https://github.com/bitlogic/hello-docker/tree/master/0-orientation). :punch: ### Pre Requisites To start with the tutorial you'll need to have `docker 24.0` or later installed in your machine. So go ahead and [install the latest stable version here](https://docs.docker.com/engine/installation/) You can check the version with the following command. ``` $ docker --version Docker version 27.3.1, build ce12230 ``` ## Contributing This is a continuous work in progress; so feel free to propose changes and spread the word or just just contact us at [bitlogic](https://bitlogic.io) ## License <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> <br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. This license allows you to: * Share — copy and redistribute the material in any medium or format * Adapt — remix, transform, and build upon the material For any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.