Skip to content

A 'hello world' style dockerized server using python3 and the aiohttp package.

Notifications You must be signed in to change notification settings

jpdark/docker-aiohttp-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Python Aiohttp Hello-World Server

This is a sample 'hello-world' server using aiohttp.

Build the docker image with the command:

docker build -t docker-aiohttp-hello-world .

Run the docker container with the command:

docker run -p 5858:5858 docker-aiohttp-hello-world

You can hit the server at http://localhost:5858 and http://localhost:5858/other-routes .

You can pull the built docker image from https://hub.docker.com/r/rendijssmukulis/docker-aiohttp-hello-world/

The walkthrough of how this project was built can be found here.

About

A 'hello world' style dockerized server using python3 and the aiohttp package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.9%
  • Dockerfile 26.1%