mirror of https://github.com/docker/docs.git
Merge branch 'master' of github.com:kitematic/kitematic
This commit is contained in:
commit
429a658884
|
|
@ -11,6 +11,6 @@ weight=2
|
|||
|
||||
# Kitematic
|
||||
|
||||
Kitematic, the Docker GUI, runs on Mac OS X and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [Mac OS X installation guide]({{% thebaseurl %}}mac) or the [Windows installation guide]({{% thebaseurl %}}installation/windows) for details on installing with Docker Toolbox.
|
||||
Kitematic, the Docker GUI, runs on Mac OS X and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [Mac OS X installation guide](https://docs.docker.com/mac) or the [Windows installation guide](https://docs.docker.com/installation/windows) for details on installing with Docker Toolbox.
|
||||
|
||||
For information about using Kitematic, take a look at the [User Guide](userguide).
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
handleClickForgotPassword: function () {
|
||||
shell.openExternal('https://hub.docker.com/account/forgot-password/');
|
||||
shell.openExternal('https://hub.docker.com/reset-password/');
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue