mirror of https://github.com/docker/docs.git
parent
5feff7c5d0
commit
128cbb8545
|
@ -15,7 +15,7 @@ Dev Environments let you create a configurable developer environment with all th
|
|||
|
||||
It uses tools built into code editors that allows Docker to access code mounted into a container rather than on your local host. This isolates the tools, files and running services on your machine allowing multiple versions of them to exist side by side.
|
||||
|
||||
You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from you terminal with the new [`docker dev` CLI plugin](dev-cli.md).
|
||||
You can use Dev Environments through the intuitive GUI in Docker Dashboard or straight from your terminal with the new [`docker dev` CLI plugin](dev-cli.md).
|
||||
|
||||

|
||||
|
||||
|
@ -36,4 +36,4 @@ You can also use the many [sample dev environments](https://github.com/docker/aw
|
|||
Learn how to:
|
||||
- [Launch a dev environment](create-dev-env.md)
|
||||
- [Set up a dev environment](set-up.md)
|
||||
- [Distribute your dev environment](share.md)
|
||||
- [Distribute your dev environment](share.md)
|
||||
|
|
Loading…
Reference in New Issue