Skip to content

mangelin/uvloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Simple docker image to test uvloop.

Usage

uvloop images ca be usefull if you are developing your application with uvloop and you want to test in a clean environment. Start docker container with the following command:

docker run -d --name uvloop -v your_code_path:docker_path anglnx/uvloop python path_to_your_uvloop_app.py

Test you client application with the following command:

docker run -i -t uvloop python path_to_client_app.py

Build

In order to build your uvloop image:

chmod +x build.sh && ./buils.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages