Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inovizz/demystifying-docker-for-devs
Repo for PyCon India 2019 - "Demystifying Docker for Devs" workshop
https://github.com/inovizz/demystifying-docker-for-devs
celery docker docker-compose docker-container docker-images python python3 redis
Last synced: 7 days ago
JSON representation
Repo for PyCon India 2019 - "Demystifying Docker for Devs" workshop
- Host: GitHub
- URL: https://github.com/inovizz/demystifying-docker-for-devs
- Owner: inovizz
- Created: 2019-10-03T17:25:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:30:14.000Z (over 2 years ago)
- Last Synced: 2024-08-24T19:49:19.031Z (4 months ago)
- Topics: celery, docker, docker-compose, docker-container, docker-images, python, python3, redis
- Language: Python
- Size: 91.8 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCon India - Workshop "[Demystifying Docker for Devs](https://in.pycon.org/cfp/workshops-2019/proposals/demystifying-docker-for-devs~e9WPb/)"
## Pre-requisites of the workshop
* Install Docker - https://docs.docker.com/install/ (latest version)
* Install Docker Compose - https://docs.docker.com/compose/install/ (latest version)
* Post that try running this command from CLI - "docker ps"
![alt text](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/dockerps.png)
Above command shall return this output and show that no containers are running right now
* Though installing Python is not required for the demos but in case if we plan to experiment something on the local machine, then please use this link to install Python - https://www.python.org/downloads/ (Python 3.5+)
* Please bring your laptop to try out things on the fly. However, because of any reason if you are not able to get your laptop. I'll provide detailed documentation for you to try things at home.
* Install postman or any tool which can help you make POST REST API calls## Slides
[Google Slides](https://docs.google.com/presentation/d/1ZMngiqpNleVcOPmSY9ZfHsp8Iao3BlUlPPnSncIQ3iY/edit?usp=sharing)
## Demo Code
Please go through with these links for respective demos covered in slides -
* [Demo1](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/demo1/README.md)
* [Demo2](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/demo2/README.md)
* [Demo3](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/demo3/README.md)
* [Demo4](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/demo4/README.md)
* [Demo5](https://github.com/inovizz/demystifying-docker-for-devs/blob/master/demo5/README.md)