actix-web-docker-example icon indicating copy to clipboard operation
actix-web-docker-example copied to clipboard

🦀 An example of how to package an actix-web project into a Docker container.

actix-web-docker-example

CI

Deploy

About

An example of how to package an actix-web project into a Docker container.

The Docker image is built using Github Actions.

Usage

docker build -t actix-web-docker-example .
docker run -p 8080:8080 actix-web-docker-example

Dependencies

  • Actix Web - A powerful, pragmatic, and extremely fast web framework for Rust