docker-first-application-example
docker-first-application-example copied to clipboard
Docker First Application example. Created for "A beginner’s guide to Docker — how to create your first Docker application" article on HereWeCode.
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
- Gaël THOMAS - gaelgthomas