-
Notifications
You must be signed in to change notification settings - Fork 1
Dev | Docker
zero edited this page Feb 26, 2019
·
16 revisions
Docker compose for 3rd services in folder
-
Linux
orMac
machine
Use CLI script and appendservice name
to startup. For example:./start.sh keycloak nexus kafka
-
Windows
machine
Use CLI script and appendservice name
(separated by comma) to-services
parameter in Powershellversion 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 yourWindows
local host.\start.ps1 -H tcp://$your_remote_docker_host_ip:$your_rest_api_port -services nexus,kafka
-
Check it out sandbox