Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 522 Bytes

dovado

Docker and dotnet running in a vagrant box. Useful for when you need to experiment with .net core in Docker, but can't install docker on the Windows machine (for instance, if it's Home edition).

How to use

Clone the repository and set an ENV var to the source dir that you are going to be working on:

export dovado_source="../development/project"

Then bring it up:

./rebuild

It will automatically SSH into the box when done.

The box is on the private network at 192.168.33.10.