This website requires JavaScript.
Explore
Help
Sign In
jasder
/
moby
Watch
0
Star
0
Fork
You've already forked moby
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6caaa8a635
moby
/
contrib
/
httpserver
/
Dockerfile
5 lines
66 B
Docker
Raw
Blame
History
FROM
busybox
EXPOSE
80/tcp
COPY
httpserver .
CMD
[
"./httpserver"
]
Reference in New Issue
View Git Blame
Copy Permalink