Skip to content

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

Notifications You must be signed in to change notification settings

kibnelbachyr/Docker-First-Application-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 94.0%
  • Python 6.0%