Skip to content

Dev | Docker

zero edited this page Feb 26, 2019 · 16 revisions

Prerequisite

Install Docker

Startup 3rd services

Docker compose for 3rd services in folder

  • Linux or Mac machine
    Use CLI script and append service name to startup. For example:

     ./start.sh keycloak nexus kafka
    
  • Windows machine
    Use CLI script and append service name (separated by comma) to -services parameter in Powershell version 5.1 build 15063-1387. For example:

    .\start.ps1 -services keycloak,nexus,kafka
    
    • Note: If you are in an environment where you are not an administrator and getting "execution of scripts is disabled on this system " error when executing powershell script. You can set the Execution Policy by running following command then retry.

      Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "Unrestricted"
      
    • Running remote Linux docker host from your Windows local host

      .\start.ps1 -H tcp://$your_remote_docker_host_ip:$your_rest_api_port -services nexus,kafka
      

NubeIO app Docker

Check it out sandbox