mirror of https://github.com/docker/docs.git
fix segfault
This commit is contained in:
parent
c01d6232da
commit
1ef73b3a8a
|
@ -90,7 +90,7 @@ current directory.
|
|||
>
|
||||
> container# apt-get update && apt-get install build-essential
|
||||
> container# cd /build
|
||||
> container# gcc -o hello -static -nostartfiles hello.c
|
||||
> container# gcc -o hello -static hello.c
|
||||
> ```
|
||||
|
||||
To run your new image, use the `docker run` command:
|
||||
|
|
Loading…
Reference in New Issue