Skip to content

Example of packaging a Rust web application using Docker

License

Notifications You must be signed in to change notification settings

battulga-l/rust-docker-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-docker-web

Example of packaging a Rust web application using Docker, providing an example for using Alpine and one for Debian.

Create Alpine using

make alpine
docker run -p 8000:8000 rust-alpine
curl http://localhost:8000/health

Create and Run Debian using

make debian
docker run -p 8000:8000 rust-debian
curl http://localhost:8000/health

About

Example of packaging a Rust web application using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 45.1%
  • Makefile 30.9%
  • Rust 24.0%