This website requires JavaScript.
Explore
Help
Sign In
devopsing
/
docker-k8s-devops
forked from
wonderful/docker-k8s-devops
Watch
0
Star
0
Fork
You've already forked docker-k8s-devops
1
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
docker-k8s-devops
/
chapter3
/
labs
/
hello-world
/
Dockerfile
4 lines
40 B
Docker
Executable File
Raw
Permalink
Blame
History
FROM
scratch
ADD
hello /
CMD
[
"/hello"
]
Reference in New Issue
View Git Blame
Copy Permalink