This website requires JavaScript.
Explore
Help
Sign In
netbird
/
gvisor
Watch
0
Star
0
Fork
0
mirror of
https://github.com/netbirdio/gvisor.git
synced
2026-05-22 17:12:49 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
gvisor
/
images
/
basic
/
python
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
3 lines
65 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Standardize all Docker images.
2020-04-24 14:10:28 -07:00
FROM
python:3
ENTRYPOINT
[
"python"
,
"-m"
,
"http.server"
,
"8080"
]
Reference in New Issue
Copy Permalink