mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
builder: Handle trailing \ appropriately. Upstream-commit: 9a827137725d13dbe14c577df40dc35d061152b3 Component: engine
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "echo hello world goodnight moon lightning")
|
|
(run "echo hello world")
|
|
(run "echo hello world")
|
|
(run "echo hello goodbyefrog")
|
|
(run "echo hello world")
|
|
(run "echo hi world goodnight")
|
|
(run "echo goodbyefrog")
|
|
(run "echo goodbyefrog")
|
|
(run "echo hello this is some more useful stuff")
|