Parcourir la source

Merge pull request #24659 from justyntemme/master

Fix for issue #23884 (Documentation clarification)
Sebastiaan van Stijn il y a 9 ans
Parent
commit
8ef820b539
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      docs/installation/linux/debian.md

+ 6 - 6
docs/installation/linux/debian.md

@@ -37,15 +37,15 @@ Docker is supported on the following versions of Debian:
      $ uname -r
      $ uname -r
 
 
  Additionally, for users of Debian Wheezy, backports must be available. To enable backports in Wheezy:
  Additionally, for users of Debian Wheezy, backports must be available. To enable backports in Wheezy:
- 
+
  1. Log into your machine and open a terminal with `sudo` or `root` privileges.
  1. Log into your machine and open a terminal with `sudo` or `root` privileges.
- 
+
  2. Open the `/etc/apt/sources.list.d/backports.list` file in your favorite editor.
  2. Open the `/etc/apt/sources.list.d/backports.list` file in your favorite editor.
 
 
      If the file doesn't exist, create it.
      If the file doesn't exist, create it.
- 
+
  3. Remove any existing entries.
  3. Remove any existing entries.
- 
+
  4. Add an entry for backports on Debian Wheezy.
  4. Add an entry for backports on Debian Wheezy.
 
 
      An example entry:
      An example entry:
@@ -67,8 +67,8 @@ from the new repository:
 
 
  3. Purge any older repositories.
  3. Purge any older repositories.
 
 
-         $ apt-get purge lxc-docker*
-         $ apt-get purge docker.io*
+         $ apt-get purge "lxc-docker*"
+         $ apt-get purge "docker.io*"
 
 
  4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed.
  4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed.