You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by jhsenjaliya <gi...@git.apache.org> on 2018/07/02 01:03:58 UTC

[GitHub] eagle pull request #975: Eagle-1073 - Docker documentation incorrect

Github user jhsenjaliya commented on a diff in the pull request:

    https://github.com/apache/eagle/pull/975#discussion_r199368279
  
    --- Diff: get-started-with-docker.md ---
    @@ -32,4 +38,4 @@ Another way to get started with Apache Eagle (called Eagle in the following) is
     
       * Then run eagle docker command.
       
    -        cd eagle && ./eagle-docker boot
    \ No newline at end of file
    +        cd eagle/eagle-external/eagle-docker/bin && ./eagle-docker boot
    --- End diff --
    
    it should be `./eagle-docker.sh boot`


---