Pārlūkot izejas kodu

Merge pull request #18945 from jbruni/patch-2

Fixed /etc/defaults/docker to /etc/default/docker
Sebastiaan van Stijn 9 gadi atpakaļ
vecāks
revīzija
a3ca176e3c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/userguide/storagedriver/selectadriver.md

+ 1 - 1
docs/userguide/storagedriver/selectadriver.md

@@ -58,7 +58,7 @@ Which storage driver you use, in part, depends on the backing filesystem you pla
     |zfs            |Yes                           |
     |zfs            |Yes                           |
 
 
 
 
-You can set the storage driver by passing the `--storage-driver=<name>` option to the `docker daemon` command line or by setting the option on the `DOCKER_OPTS` line in `/etc/defaults/docker` file.
+You can set the storage driver by passing the `--storage-driver=<name>` option to the `docker daemon` command line or by setting the option on the `DOCKER_OPTS` line in `/etc/default/docker` file.
 
 
 The following command shows how to start the Docker daemon with the `devicemapper` storage driver using the `docker daemon` command:
 The following command shows how to start the Docker daemon with the `devicemapper` storage driver using the `docker daemon` command: