24 lines
733 B
Markdown
24 lines
733 B
Markdown
|
---
|
||
|
page_title: "Docker Provider"
|
||
|
sidebar_current: "docker"
|
||
|
---
|
||
|
|
||
|
# Docker
|
||
|
|
||
|
Vagrant comes with support out of the box for
|
||
|
using Docker as a provider. This allows for your development environments
|
||
|
to be backed by Docker containers rather than virtual machines. Additionally,
|
||
|
it provides for a good workflow for developing Dockerfiles.
|
||
|
|
||
|
<div class="alert alert-warn">
|
||
|
<p>
|
||
|
<strong>Warning: Docker knowledge assumed.</strong> We assume that
|
||
|
you know what Docker is and that you're comfortable with the basics
|
||
|
of Docker. If not, we recommend starting with another provider such
|
||
|
as <a href="/v2/virtualbox/index.html">VirtualBox</a>.
|
||
|
</p>
|
||
|
</div>
|
||
|
|
||
|
Use the navigation to the left to find a specific Docker topic
|
||
|
to read more about.
|