8000 GitHub - bessa3301/docker-python: WIP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bessa3301/docker-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

Minimal Python Docker image. It`s intended use is for kool.dev, but you can use it for other use-cases.

Avaliable Tags

3.9.7

Environment Variables

Variable Default Value Description
ASUSER 0 Changes the user id that executes the commands
UID 0 Changes the user id that executes the commands (ignored if ASUSER is provided)

Usage

With docker run:

docker run -it --rm python:3.9.7

With environment variables:

docker run -it --rm -e ASUSER=500 python:3.9.7 

With docker-compose.yml:

app:
  image: python:3.9.7
  environment:
    ASUSER: "${$UID}"

Contributing

Dependencies

You should change fwd-template.json and template folder.

After your changes, just run fwd template to compile the template and generate all version folder/files.

License

The MIT License (MIT). Please see License File for more information.

About

WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0