Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| 4 | 5 |
deleted file mode 100644 |
| ... | ... |
@@ -1,5 +0,0 @@ |
| 1 |
-# reexec |
|
| 2 |
- |
|
| 3 |
-The `reexec` package facilitates the busybox style reexec of the docker binary that we require because |
|
| 4 |
-of the forking limitations of using Go. Handlers can be registered with a name and the argv 0 of |
|
| 5 |
-the exec of the binary will be used to find and execute custom init paths. |
| ... | ... |
@@ -1,3 +1,7 @@ |
| 1 |
+// Package reexec facilitates the busybox style reexec of the docker binary that |
|
| 2 |
+// we require because of the forking limitations of using Go. Handlers can be |
|
| 3 |
+// registered with a name and the argv 0 of the exec of the binary will be used |
|
| 4 |
+// to find and execute custom init paths. |
|
| 1 | 5 |
package reexec // import "github.com/docker/docker/pkg/reexec" |
| 2 | 6 |
|
| 3 | 7 |
import ( |