mirror of https://github.com/docker/docs.git
Merge pull request #260 from tealtail/master
fix 404 at linked path /installation/windows
This commit is contained in:
commit
6be57e932d
|
@ -11,8 +11,8 @@ menu:
|
|||
title: Kitematic
|
||||
---
|
||||
|
||||
# Kitematic
|
||||
# Kitematic
|
||||
|
||||
Kitematic, the Docker GUI, runs on macOS and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [macOS installation guide](https://docs.docker.com/installation/mac) or the [Windows installation guide](https://docs.docker.com/installation/windows) for details on installing with Docker Toolbox.
|
||||
Kitematic, the Docker GUI, runs on macOS and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [macOS installation guide](/docker-for-mac/) or the [Windows installation guide](/docker-for-windows/) for details on installing with Docker Toolbox.
|
||||
|
||||
For information about using Kitematic, take a look at the [User Guide](userguide.md).
|
||||
|
|
|
@ -15,7 +15,7 @@ On macOS and Windows, Machine is installed along with other Docker products when
|
|||
you install the Docker Toolbox. For details on installing Docker Toolbox, see
|
||||
the <a href="https://docs.docker.com/installation/mac/" target="_blank">macOS
|
||||
installation</a> instructions or <a
|
||||
href="https://docs.docker.com/installation/windows" target="_blank">Windows
|
||||
href="https://docs.docker.com/docker-for-windows/" target="_blank">Windows
|
||||
installation</a> instructions.
|
||||
|
||||
If you want only Docker Machine, you can install the Machine binaries directly by following the instructions in the next section. You can find the latest versions of the binaries are on the <a href="https://github.com/docker/machine/releases/" target="_blank"> docker/machine release page</a> on GitHub.
|
||||
|
|
Loading…
Reference in New Issue