<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ashkan Nourzadeh</title>
    <description>The latest articles on DEV Community by Ashkan Nourzadeh (@ans_ashkan).</description>
    <link>https://dev.to/ans_ashkan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F69870%2Ff07a464e-a226-4877-a3bf-9f30d64ebd8f.jpeg</url>
      <title>DEV Community: Ashkan Nourzadeh</title>
      <link>https://dev.to/ans_ashkan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ans_ashkan"/>
    <language>en</language>
    <item>
      <title>How to use Docker on windows using VMware Workstation (without hyper-v)</title>
      <dc:creator>Ashkan Nourzadeh</dc:creator>
      <pubDate>Wed, 25 Jul 2018 10:26:35 +0000</pubDate>
      <link>https://dev.to/ans_ashkan/how-to-use-docker-on-windows-using-vmware-workstation-without-hyper-v-eib</link>
      <guid>https://dev.to/ans_ashkan/how-to-use-docker-on-windows-using-vmware-workstation-without-hyper-v-eib</guid>
      <description>&lt;p&gt;I was using docker for windows for a while but it's network adapters doesn't work well for me. causes DNS problems and ....&lt;br&gt;
So I tried to use Docker without hyper-v and came up with this idea of using docker with vmware workstation.&lt;/p&gt;

&lt;p&gt;This is how to setup a simple environment:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install VMware Workstation&lt;/li&gt;
&lt;li&gt;Download Docker binaries from &lt;a href="https://download.docker.com/win/"&gt;https://download.docker.com/win/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Download Docker machine binaries from &lt;a href="https://github.com/docker/machine/releases"&gt;https://github.com/docker/machine/releases&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Download Docker Machine Vmware Workstation driver form &lt;a href="https://github.com/pecigonzalo/docker-machine-vmwareworkstation/releases"&gt;https://github.com/pecigonzalo/docker-machine-vmwareworkstation/releases&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Extract &amp;amp; Move downloaded files to a directory in your path&lt;/li&gt;
&lt;li&gt;Execute &lt;code&gt;docker-machine create --driver=vmwareworkstation dev&lt;/code&gt; in cmd to create a machine&lt;/li&gt;
&lt;li&gt;Execute &lt;code&gt;docker-machine env dev &amp;gt; dockerdev.bat&lt;/code&gt; in cmd to create a batch file called dockerdev.bat and copy/move it to your path&lt;/li&gt;
&lt;li&gt;Execute the batch file created in step 7 (dockerdev)&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;docker&lt;/code&gt; as usual&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>docker</category>
      <category>dockermachine</category>
    </item>
  </channel>
</rss>
