# vagrantdoc **Repository Path**: freTiger/vagrantdoc ## Basic Information - **Project Name**: vagrantdoc - **Description**: vagrant文档翻译 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-26 - **Last Updated**: 2021-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vagrant文档中文翻译 ================================= 本教程的官网 [Vagrant](https://docs.vagrantup.com/v2/) Vagrant使开发环境更容易! 介绍 ----- * **已定稿** [简介](overview.md) 为什么Vagrant ------ * **已定稿** [简介](why-vagrant-overview.md) 安装 ----- * **已定稿** [简介](install-overview.md) * **已定稿** [向后兼容](install-backward-compatibility.md) * **翻译中** [升级](install-upgrading.md) * **翻译中** [升级从1.0.X](install-upgrading-from-1.0.X.md) * **翻译中** [卸载](install-uninstallation.md) 入门 ----- * **已定稿** [简介](started-overview.md) * **已定稿** [项目安装](started-project-setup.md) * **已定稿** [Boxes](started-boxes.md) * **已定稿** [启动和连接](started-up-and-ssh.md) * **已定稿** [同步目录](started-synced-folders.md) * **已定稿** [提供](started-provisioning.md) * **已定稿** [网络](started-networking.md) * **已定稿** [分享](started-share.md) * **已定稿** [拆卸](started-teardown.md) * **已定稿** [重新建立](started-rebuild.md) * **已定稿** [提供者](started-providers.md) 命令行接口 ----- * **已定稿** [简介](command-line-interface-overview.md) * **已定稿** [box](command-line-interface-box.md) * **翻译中** [connect](command-line-interface-connect.md) * **已定稿** [destroy](command-line-interface-destroy.md) * **翻译中** [global-status](command-line-interface-global-status.md) * **已定稿** [halt](command-line-interface-halt.md) * **已定稿** [init](command-line-interface-init.md) * **翻译中** [login](command-line-interface-login.md) * **翻译中** [package](command-line-interface-package.md) * **翻译中** [plugin](command-line-interface-plugin.md) * **翻译中** [provision](command-line-interface-provision.md) * **翻译中** [rdp](command-line-interface-rdp.md) * **翻译中** [reload](command-line-interface-reload.md) * **已定稿** [resume](command-line-interface-resume.md) * **翻译中** [share](command-line-interface-share.md) * **翻译中** [ssh](command-line-interface-ssh.md) * **已定稿** [ssh-config](command-line-interface-ssh-config.md) * **已定稿** [status](command-line-interface-status.md) * **已定稿** [suspend](command-line-interface-suspend.md) * **翻译中** [up](command-line-interface-up.md) * **已定稿** [version](command-line-interface-version.md) * **翻译中** [更多命令](command-line-interface-more-commands.md) * **翻译中** [机器清晰输出](command-line-interface-machine-readable-output.md) 分享Vagrant ----- * **翻译中** [简介](vagrant-share-overview.md) * **翻译中** [HTTP 分享](vagrant-share-http-sharing.md) * **翻译中** [SSH 分享](vagrant-share-ssh-sharing.md) * **翻译中** [Vagrant 连接](vagrant-share-vagrant-connect.md) * **翻译中** [安全](vagrant-share-security.md) * **翻译中** [自定义提供者](vagrant-share-custom-provider.md) Vagrantfile ----- * **已定稿** [简介](vagrantfile-overview.md) * **已定稿** [配置版本](vagrantfile-configuration-version.md) * **已定稿** [最低 Vagrant 版本](vagrantfile-minimum-vagrant-version.md) * **翻译中** [提示和技巧](vagrantfile-tips-and-tricks.md) * **翻译中** [config.vm](vagrantfile-config-vm.md) * **翻译中** [config.ssh](vagrantfile-config-ssh.md) * **翻译中** [config.winrm](vagrantfile-config-winrm.md) * **已定稿** [config.vagrant](vagrantfile-config-vagrant.md) Boxes ----- * **已定稿** [简介](boxes-overview.md) * **已定稿** [Box版本](boxes-versioning.md) * **翻译中** [创建一个基础的 Box](boxes-create-a-base-box.md) * **已定稿** [Box 文件格式](boxes-box-file-format.md) 工具提供 ----- * **翻译中** [简介](provisioning-overview.md) * **翻译中** [基础用法](provisioning-basic-usage.md) * **翻译中** [文件](provisioning-file.md) * **翻译中** [Shell](provisioning-shell.md) * **翻译中** [Ansible](provisioning-ansible.md) * **翻译中** [CFEngine](provisioning-cfengine.md) * **翻译中** [Chef Solo](provisioning-chef-solo.md) * **翻译中** [Chef Zero](provisioning-chef-zero.md) * **翻译中** [Chef Client](provisioning-chef-client.md) * **翻译中** [Chef Apply](provisioning-chef-apply.md) * **翻译中** [Docker](provisioning-docker.md) * **翻译中** [Puppet Apply](provisionging-puppet-apply.md) * **翻译中** [Puppet Agent](provisioning-puppet-agent.md) * **翻译中** [Salt](provisioning-salt.md) 网络 ----- * **已定稿** [简介](networking-overview.md) * **已定稿** [基础用法](networking-basic-usage.md) * **已定稿** [端口转发](networking-forwarded-ports.md) * **已定稿** [私有网络](networking-private-network.md) * **已定稿** [公共网络](networking-public-network.md) 同步目录 ----- * **已定稿** [简介](synced-folders-overview.md) * **已定稿** [基本用法](synced-folders-basic-usage.md) * **翻译中** [NFS](synced-folders-nfs.md) * **翻译中** [RSync](synced-folders-rsync.md) * **翻译中** [SMB](synced-folders-smb.md) * **已定稿** [VirtualBox](synced-folders-virtualbox.md) 多机器 ----- * **已定稿** [多机器的用法](multi-machine.md) 提供者 ----- * **已定稿** [简介](providers-overview.md) * **已定稿** [安装](providers-installation.md) * **已定稿** [基本用法](providers-basic-usage.md) * **翻译中** [配置](providers-configuration.md) * **翻译中** [默认提供者](providers-default-provider.md) * **翻译中** [VirtualBox](providers-virtualbox.md) * **翻译中** [VMware](providers-vmware.md) * **翻译中** [Docker](providers-docker.md) * **翻译中** [Hyper-V](providers-hyper-v.md) * **翻译中** [自定义提供者](providers-custom-provider.md) 插件 ----- * **翻译中** [简介](plugins-overview.md) * **翻译中** [用法](plugins-usage.md) * **翻译中** [插件开发基础](plugins-plugin-development-basics.md) * **翻译中** [命令](plugins-commands.md) * **翻译中** [配置](plugins-configuration.md) * **翻译中** [Guest](plugins-guests.md) * **翻译中** [Guest 能力](plugins-guest-capabilities.md) * **翻译中** [Hosts](plugins-hosts.md) * **翻译中** [Hosts 能力](plugins-host-capabilities.md) * **翻译中** [Providers](plugins-providers.md) * **翻译中** [Provisioners](plugins-provisioners.md) * **翻译中** [打包和分发](plugins-packaging-and-distribution.md) 推送 ----- * **翻译中** [简介](push-overview.md) * **翻译中** [Atlas](push-atlas.md) * **翻译中** [FTP / SFTP](push-ftp-or-sftp.md) * **翻译中** [Heroku](push-heroku.md) * **翻译中** [Local Exce](push-local-exec.md) 其他 ----- * **已定稿** [简介](other-overview.md) * **翻译中** [调试](other-debugging.md) * **已定稿** [环境变量](other-environmental-variables.md) 如果你也想加入翻译, 请Fork这个项目, 创建一个特性分支, 并给我们发送pull request. 为了翻译保持一致, 你应该遵循[MarkDown基础语法](https://help.github.com/articles/markdown-basics/)