Remove many remaining docs references to the deprecated base repository and several other minor doc cleanups

Upstream-commit: 47904290a563801b15eb204516f32c9517c11a47
Component: engine
This commit is contained in:
Tianon Gravi
2013-09-18 00:20:05 -06:00
parent 0118da35aa
commit cdb2ec7f94
9 changed files with 124 additions and 125 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func crashTest() error {
stop = false
for i := 0; i < 100 && !stop; {
func() error {
cmd := exec.Command(DOCKERPATH, "run", "base", "echo", fmt.Sprintf("%d", totalTestCount))
cmd := exec.Command(DOCKERPATH, "run", "ubuntu", "echo", fmt.Sprintf("%d", totalTestCount))
i++
totalTestCount++
outPipe, err := cmd.StdoutPipe()