|
...
|
...
|
@@ -17,7 +17,7 @@ Running an interactive shell
|
|
17
|
17
|
|
|
18
|
18
|
# Run an interactive shell in the base image,
|
|
19
|
19
|
# allocate a tty, attach stdin and stdout
|
|
20
|
|
- docker run -a -i -t base /bin/bash
|
|
|
20
|
+ docker run -i -t base /bin/bash
|
|
21
|
21
|
|
|
22
|
22
|
|
|
23
|
23
|
Starting a long-running worker process
|