--- title: Using Docker tagline: Docker on Windows description: Using Docker on Windows date: 2018-11-01 00:00:00 +0100 series: j1-using-docker adsense: false tags: [ Docker, Windows, Shared, Folder, Folders ] index: [] categories: [ tutorial, kickstarter ] #permalink: regenerate: false resources: [] resource_options: - toccer: collapseDepth: 3 - masthead: opacity: 0.5 slides: - url: /assets/images/master_header/docker_banner_r-1280x500.png caption_color: rgba_lighten_800 transition: fadeInOut --- // NOTE: General Asciidoc page attributes settings // ----------------------------------------------------------------------------- :page-liquid: // Additional Asciidoc page attributes goes here // ----------------------------------------------------------------------------- :page-imagesdir: {{page.images.dir}}/j1_using_docker // Place an excerpt at the most top position // ----------------------------------------------------------------------------- How to run Docker smooth on Windows? Sounds like a quite simple question follwed by a simple answer: go for *Docker for Windows*. Unfortunately, the answer is *not* that easy. As often: it depends (on the use case). [role="clearfix mb-3"] excerpt__end // Liquid procedures // ----------------------------------------------------------------------------- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%} // Initialize entry document paths // {% include {{set_env_entry_document}} init_folders=all %} // Load tags and urls // include::{includedir}/attributes.asciidoc[tag=tags] include::{includedir}/attributes.asciidoc[tag=urls] include::{includedir}/attributes.asciidoc[tag=data] // Additional debug output (if :debug: set to true) // ----------------------------------------------------------------------------- :debug: false include::{tabledir}/debug_variables.asciidoc[] // Page content // ----------------------------------------------------------------------------- include::{documentsdir}/100-docker-using-shared-folders.asciidoc[]