reddimallajay / docker-first-application-example

Docker First Application example. Created for "A beginner’s guide to Docker — how to create your first Docker application" article on HereWeCode.

Home Page:https://herewecode.io/blog/a-beginners-guide-to-docker-how-to-create-your-first-docker-application/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker first application example

This project was realized as part of my article "A beginner's guide to Docker - how to create your first Docker application". This project is an example of a first application with Docker.

If you want to know more about Docker and learn how to create your first application, you can read my article.

How to run ?

The project launch is in two parts: build and start.

Build

$ docker build -t [image_name] . 

Launch

$ docker run [image_name]

Author

About

Docker First Application example. Created for "A beginner’s guide to Docker — how to create your first Docker application" article on HereWeCode.

https://herewecode.io/blog/a-beginners-guide-to-docker-how-to-create-your-first-docker-application/


Languages

Language:Dockerfile 94.0%Language:Python 6.0%