Quellcode durchsuchen

Merge pull request #20866 from suiyuan2009/20801-add-ubuntu-notice

add ubuntu arch note
Vincent Demeester vor 9 Jahren
Ursprung
Commit
86ba0e29f5
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      docs/installation/linux/ubuntulinux.md

+ 2 - 1
docs/installation/linux/ubuntulinux.md

@@ -85,7 +85,8 @@ packages from the new repository:
 
 
             deb https://apt.dockerproject.org/repo ubuntu-wily main
             deb https://apt.dockerproject.org/repo ubuntu-wily main
 
 
-    > **Note**: Docker does not provide packages for all architectures. To install docker on
+    > **Note**: Docker does not provide packages for all architectures. You can find
+	> nightly built binaries in https://master.dockerproject.org. To install docker on
     > a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the
     > a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the
     > [Debian Multiarch wiki](https://wiki.debian.org/Multiarch/HOWTO#Setting_up_apt_sources)
     > [Debian Multiarch wiki](https://wiki.debian.org/Multiarch/HOWTO#Setting_up_apt_sources)
     > for details.
     > for details.