Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You will need to know the IP of the system and to have access via ssh.
  • The device must have internet connection for this instructions to work.
  • Docker must be installed. If not install it with this command: sudo snap install docker.
  • This instructions were tested with the following versions:

    Code Block
    /snap/bin/docker.compose version
    docker-compose version 1.7.1, build unknown
    docker-py version: 1.10.6
    CPython version: 2.7.12
    OpenSSL version: OpenSSL 1.0.2g  1 Mar 2016
    
    /snap/bin/docker version
    Client:
     Version:      1.11.2
     API version:  1.23
     Go version:   go1.6.2
     Git commit:   v1.11.2-snap-38fd0d3
     Built:        Tue Nov 15 13:34:11 2016
     OS/Arch:      linux/amd64
    
    Server:
     Version:      1.11.2
     API version:  1.23
     Go version:   go1.6.2
     Git commit:   v1.11.2-snap-38fd0d3
     Built:        Tue Nov 15 13:34:11 2016
     OS/Arch:      linux/amd64
    
    
    snap list
    Name             Version        Rev  Developer   Notes
    bluez            5.37-2         15   canonical   -
    core             16.04.1        888  canonical   -
    docker           1.11.2-9       56   docker-inc  -
    modem-manager    1.4.0-1        14   canonical   -
    network-manager  1.2.2-10       73   canonical   -
    snapweb          0.21.2         24   canonical   -
    stlouis          16.04-1.13     11   canonical   -
    stlouis-kernel   4.4.0-57-1     7    canonical   -
    tpm2             1.0-2.1        12   canonical   -
    uefi-fw-tools    1.2-0.7.2+git  2    canonical   -

Required installation files

...