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
/
hello.c
7 lines
63 B
C
Executable File
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello docker
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink