Fix docker exec command

docker exec requires two arguments, so I believe that `docker exec -it samba.sh` should be changed to `docker exec -it samba sh` to run the 'sh' shell in the container named samba.
This commit is contained in:
Daryl 2018-02-02 11:05:38 -05:00 committed by GitHub
parent 63f7ab3605
commit cc805bd291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ will also want to expose port 137 and 138 with `-p 137:137/udp -p 138:138/udp`.
## Examples ## Examples
Any of the commands can be run at creation with `docker run` or later with Any of the commands can be run at creation with `docker run` or later with
`docker exec -it samba.sh` (as of version 1.3 of docker). `docker exec -it samba sh` (as of version 1.3 of docker).
### Setting the Timezone ### Setting the Timezone