This commit is contained in:
David Andersen 2017-12-30 23:22:09 -08:00
parent a331033196
commit 081b0c244f

View File

@ -234,6 +234,9 @@ VirtualBox users must enable Bridged networking in order for the host to be assi
config.vm.network "forwarded_port", guest: 34197, host: 34197 config.vm.network "forwarded_port", guest: 34197, host: 34197
``` ```
## Vagrant
Vagrant is a good way for those without a Linux machine to try Docker. Check out the [Factorio Vagrant Box](https://github.com/dtandersen/factorio-lan-vagrant).
## Troubleshooting ## Troubleshooting