Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A docker image for rustpython

License

NotificationsYou must be signed in to change notification settings

sudo-bot/docker-rustpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Docker image for theRustPython project.It had the default feature flags +freeze-stdlib.

You can find it onDocker Hub and the sources onGitHub.

Pull it

docker pull botsudo/docker-rustpython:latest

Example usage

# A test scriptecho -e"import json\nprint(json.dumps([{'server': [{'tls': False}]}]))"> test.py# Will print: [{"server": [{"tls": false}]}]docker run -v$PWD/test.py:/app/test.py:ro --rm botsudo/docker-rustpython:latest /app/test.py# See helpdocker run --rm botsudo/docker-rustpython:latest --help

Is my architecture supported ?

We support as much as possible, the list is:

  • linux/386
  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64/v8
  • linux/ppc64le

Forlinux/s390x, it needs fixing:


[8]ページ先頭

©2009-2025 Movatter.jp