소스 검색

Merge pull request #19872 from ZhuWeiyang/fix-ubuntulinux-upgrade

Fix upgrade command in ubuntulinux
Antonio Murdaca 9 년 전
부모
커밋
0f124979c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/installation/linux/ubuntulinux.md

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

@@ -421,7 +421,7 @@ to start the docker daemon on boot
 
 To install the latest version of Docker with `apt-get`:
 
-    $ apt-get upgrade docker-engine
+    $ sudo apt-get upgrade docker-engine
 
 ## Uninstallation