Run TFS with Docker -


i've been reading lot docker , uses. using tfs building , deploying our in house app (.net c#). there benefits transitioning docker? meaning having set after tfs runs build, deploy container?

currently there no easy way run build ourselves besides doing bunch of manual steps: how to: build team projects on desktop.

  • can run docker on windows server?
  • would able setup our vms docker can deploy/mimic deployment process locally (to our vms)?
  • and have same process set our production environment?

yes, can run docker on windows server, cannot run natively on windows now.

because docker relies on linux-specific features, can’t run docker natively in windows. instead, must install docker toolbox application. application installs virtualbox virtual machine (vm), docker itself, , docker toolbox management tool. these 3 things allow run docker on windows.

for deployment docker, refer link details: http://www.colinsalmcorner.com/post/continuous-deployment-with-docker-and-build-vnext


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -