### 示例程序
本书所有示例程序都基于Go编写,代码托管到[GitHub](https://github.com/tobegit3hub/understand_linux_process_examples)。

每章的示例都是可直接运行的Go源文件,例如第一章的Hellow World程序可以通过`go run hello_world.go`来运行并查看运行结果。
~~~
# go run hello_world.go
Hello World
~~~
接下来介绍使用Docker来运行本书的示例程序。