mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6421 from nathanleclaire/doc_fix
Note user name and password in docs on boot2docker
This commit is contained in:
commit
821d3aab65
2 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,8 @@ implementation.
|
||||||
|
|
||||||
# Further details
|
# Further details
|
||||||
|
|
||||||
|
If you are curious, the username for the boot2docker default user is `docker` and the password is `tcuser`.
|
||||||
|
|
||||||
The Boot2Docker management tool provides several commands:
|
The Boot2Docker management tool provides several commands:
|
||||||
|
|
||||||
$ ./boot2docker
|
$ ./boot2docker
|
||||||
|
|
|
@ -68,6 +68,8 @@ The Boot2Docker management tool provides several commands:
|
||||||
|
|
||||||
## Container port redirection
|
## Container port redirection
|
||||||
|
|
||||||
|
If you are curious, the username for the boot2docker default user is `docker` and the password is `tcuser`.
|
||||||
|
|
||||||
The latest version of `boot2docker` sets up a host only network adaptor which provides access to the container's ports.
|
The latest version of `boot2docker` sets up a host only network adaptor which provides access to the container's ports.
|
||||||
|
|
||||||
If you run a container with an exposed port:
|
If you run a container with an exposed port:
|
||||||
|
|
Loading…
Reference in a new issue