Skip to content

Knowledge Base

Ilya Katun edited this page Mar 20, 2020 · 4 revisions

Links

Business Analysis

Architecture

Git

How to change location for images & containers of Docker?

Navigate to default location of Docker to configuration folder. On Windows it is

C:\ProgramData\Docker\config

open daemon.json. Add to this file

  "data-root": "D:\\sdk\\docker"

Clone this wiki locally