An open API service indexing awesome lists of open source software.

https://github.com/zeppaman/docker-basics-tutorial

Docker tutorial for base operation
https://github.com/zeppaman/docker-basics-tutorial

docker docker-turorial tutorial

Last synced: 3 days ago
JSON representation

Docker tutorial for base operation

Awesome Lists containing this project

README

          

# Simple tutorial to understand docker basics

This is a simple collection of examples to learn docker basics and be convinced to start learn it better.

1. [Learn base commands](https://github.com/zeppaman/docker-basics-tutorial/tree/master/basecommands)
2. [Build your first docker image](https://github.com/zeppaman/docker-basics-tutorial/tree/master/build-images)
3. [Build image with contents](https://github.com/zeppaman/docker-basics-tutorial/tree/master/build-images-with-content)
4. [Build an image with a product bundle inside](https://github.com/zeppaman/docker-basics-tutorial/tree/master/build-wpget)
5. [Composer Example](https://github.com/zeppaman/docker-basics-tutorial/tree/master/composer-wordpress)