C++
root@youyou-virtual-machine:/home/youyou/hello# vim hello.cpp
root@youyou-virtual-machine:/home/youyou/hello# vim hell-dockerfile
root@youyou-virtual-machine:/home/youyou/hello# docker build -f ./hell-dockerfile -t my-hello-docker:v1.0 .
root@youyou-virtual-machine:/home/youyou/hello# docker run my-hello-docker:v1.0