docker-ubuntu + dotnet development environment
git clone https://github.com/devel0/docker-dotnet.git
cd docker-dotnet
git checkout server-mgr
./build.shyou can specify addictional docker build arguments, example:
./build.sh --network=dkbuildfollow create a test named container running an interactive bash terminal
docker run --name=test -ti searchathing/dotnet:server-mgr