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
eca2fcce94de90a652b7924ef1ce971a9e0fe327
gvisor
/
images
/
basic
/
python
/
Dockerfile
T
3 lines
65 B
Docker
Raw
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