nyeddi / containarized-development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyConf Hyderabad - Workshop "Containerized Development using Docker"

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
    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

Demo Code

Please go through with these links for respective demos covered in slides -

About


Languages

Language:Python 72.8%Language:Dockerfile 27.2%