mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix missing leading slash for /bin/bash executable
This commit is contained in:
parent
c40602b254
commit
e9f1f760f2
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ is:
|
|||
* What Docker image to build the container from, here `ubuntu`, a base Ubuntu
|
||||
image;
|
||||
* The command you want to run inside the container when it is launched,
|
||||
here `bin/bash`, to start the Bash shell inside the new container.
|
||||
here `/bin/bash`, to start the Bash shell inside the new container.
|
||||
|
||||
So what happens under the hood when we run this command?
|
||||
|
||||
|
|
Loading…
Reference in a new issue