Skip to content

Latest commit

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Couchbase and Java EE

This workspace will show how to query a Couchbase bucket using simple Java EE application deployed on WildFly. Alternative configuration is also provided to deploy on Payara/GlassFish.

How to run?

Start Application

  1. Create a new Docker Machine:

    docker-machine create -d virtualbox --virtualbox-disk-size "5000" couchbase-javaeeRunning pre-create checks...Creating machine...Waiting for machine to be running, this may take a few minutes...Machine is running, waiting for SSH to be available...Detecting operating system of created instance...Provisioning created instance...Copying certs to the local machine directory...Copying certs to the remote machine...Setting Docker configuration on the remote daemon...To see how to connect Docker to this machine, run: docker-machine env couchbase-javaee
  2. Connect to Docker Machine:

    eval $(docker-machine env couchbase-javaee)
  3. Start the application environment using Docker Compose file

    1. To deploy on WildFly: https://github.com/arun-gupta/docker-images/blob/master/wildfly-couchbase-javaee7/docker-compose.yml

    2. To deploy on JBoss EAP: https://github.com/arun-gupta/docker-images/blob/master/jboss-eap7-nosql/docker-compose.yml.

    3. To deploy on Payara/GlassFish: https://github.com/OndrejM/couchbase-javaee/blob/payara-profile/src/main/docker/images/payara/docker-compose.yml

      docker-compose --x-networking up -dCreating network "wildflycouchbasejavaee7" with driver "None"Pulling mywildfly (arungupta/wildfly-admin:latest)...latest: Pulling from arungupta/wildfly-admind634beec75db: Pull complete11e066facd0e: Pull complete032d1eaf4eb3: Pull complete817a305e8912: Pull complete032da1985e02: Pull complete70c838b4cb1f: Pull completeb07030da953f: Pull completeb8954e98fb7f: Pull complete13c7488db70a: Pull completecaaf593918ea: Pull complete76bb7924107a: Pull complete9863ef42276d: Pull completeccdc777044c3: Pull complete51f3c097dbb8: Pull complete1c69e5bfe110: Pull complete25de62cd9f5b: Pull completec0646b15bb61: Pull complete7998280ddb06: Pull complete921fbccf36b6: Pull complete21cb88ee2ede: Pull complete4cce2f92cd6e: Pull completeDigest: sha256:a86d9e3807dd002ef070eea16bb90ae55d966da0a53fdc8ab121dcb505db1a20Status: Downloaded newer image for arungupta/wildfly-admin:latestCreating wildflycouchbasejavaee7_mywildfly_1Pulling mycouchbase (couchbase/server:latest)...latest: Pulling from couchbase/serverc0de77b824d9: Pull complete7f183271ade4: Pull complete02cc7e934fcc: Pull completefd97fd3cdea7: Pull completec55759c6a761: Pull complete2520930519cb: Pull complete6597f338e656: Pull complete7b49522b71f2: Pull complete7789bd549668: Pull complete63ff6eb12d29: Pull complete1095332e719c: Pull completea64bcb125f74: Pull complete13fe802e8814: Pull completed5c923126f19: Pull complete39d4343f1a05: Pull complete13d820fd06ce: Pull completeDigest: sha256:0e983929897ae9bd396533ff7875f30027290c6acf164a66c967ca8884507381Status: Downloaded newer image for couchbase/server:latestCreating db

Configure Couchbase server

mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip couchbase-javaee)[INFO] Scanning for projects...[INFO][INFO] ------------------------------------------------------------------------[INFO] Building couchbase-javaee 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 0 resource[INFO][INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory /Users/arungupta/workspaces/couchbase-javaee/src/test/resources[INFO][INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ couchbase-javaee ---[INFO][INFO] --- maven-war-plugin:2.1.1:war (default-war) @ couchbase-javaee ---[INFO] Packaging webapp[INFO] Assembling webapp [couchbase-javaee] in [/Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee][INFO] Processing war project[INFO] Copying webapp resources [/Users/arungupta/workspaces/couchbase-javaee/src/main/webapp][INFO] Webapp assembled in [49 msecs][INFO] Building war: /Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee.war[INFO][INFO] --- maven-install-plugin:2.4:install (default-install) @ couchbase-javaee ---[INFO] Installing /Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee.war to /Users/arungupta/.m2/repository/org/couchbase/sample/couchbase-javaee/1.0-SNAPSHOT/couchbase-javaee-1.0-SNAPSHOT.war[INFO] Installing /Users/arungupta/workspaces/couchbase-javaee/pom.xml to /Users/arungupta/.m2/repository/org/couchbase/sample/couchbase-javaee/1.0-SNAPSHOT/couchbase-javaee-1.0-SNAPSHOT.pom[INFO][INFO] --- exec-maven-plugin:1.4.0:exec (Configure memory) @ couchbase-javaee ---* Hostname was NOT found in DNS cache* Trying 192.168.99.106... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.99.106 (192.168.99.106) port 8091 (#0)
> POST /pools/default HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8091
> Accept: */*
> Content-Length: 36
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]* upload completely sent off: 36 out of 36 bytes< HTTP/1.1 200 OK* Server Couchbase Server is not blacklisted< Server: Couchbase Server< Pragma: no-cache< Date: Sun, 29 Nov 2015 20:29:41 GMT< Content-Length: 0< Cache-Control: no-cache<100 36 0 0 100 36 0 16468 --:--:-- --:--:-- --:--:-- 36000* Connection #0 to host 192.168.99.106 left intact[INFO][INFO] --- exec-maven-plugin:1.4.0:exec (Configure services) @ couchbase-javaee ---* Hostname was NOT found in DNS cache* Trying 192.168.99.106... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.99.106 (192.168.99.106) port 8091 (#0)
> POST /node/controller/setupServices HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8091
> Accept: */*
> Content-Length: 26
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]* upload completely sent off: 26 out of 26 bytes< HTTP/1.1 200 OK* Server Couchbase Server is not blacklisted< Server: Couchbase Server< Pragma: no-cache< Date: Sun, 29 Nov 2015 20:29:41 GMT< Content-Length: 0< Cache-Control: no-cache<100 26 0 0 100 26 0 19316 --:--:-- --:--:-- --:--:-- 26000* Connection #0 to host 192.168.99.106 left intact[INFO][INFO] --- exec-maven-plugin:1.4.0:exec (Setup credentials) @ couchbase-javaee ---* Hostname was NOT found in DNS cache* Trying 192.168.99.106... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.99.106 (192.168.99.106) port 8091 (#0)
> POST /settings/web HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8091
> Accept: */*
> Content-Length: 50
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]* upload completely sent off: 50 out of 50 bytes< HTTP/1.1 200 OK* Server Couchbase Server is not blacklisted< Server: Couchbase Server< Pragma: no-cache< Date: Sun, 29 Nov 2015 20:29:41 GMT< Content-Type: application/json< Content-Length: 44< Cache-Control: no-cache<{ [data not shown]100 94 100 44 100 50 5948 6759 --:--:-- --:--:-- --:--:-- 7142* Connection #0 to host 192.168.99.106 left intact{"newBaseUri":"http://192.168.99.106:8091/"}[INFO][INFO] --- exec-maven-plugin:1.4.0:exec (Install travel-sample bucket) @ couchbase-javaee ---* Hostname was NOT found in DNS cache* Trying 192.168.99.106... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 192.168.99.106 (192.168.99.106) port 8091 (#0)* Server auth using Basic with user 'Administrator'
> POST /sampleBuckets/install HTTP/1.1
> Authorization: Basic QWRtaW5pc3RyYXRvcjpwYXNzd29yZA==
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8091
> Accept: */*
> Content-Length: 17
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]* upload completely sent off: 17 out of 17 bytes< HTTP/1.1 202 Accepted* Server Couchbase Server is not blacklisted< Server: Couchbase Server< Pragma: no-cache< Date: Sun, 29 Nov 2015 20:29:41 GMT< Content-Type: application/json< Content-Length: 2< Cache-Control: no-cache<{ [data not shown]100 19 100 2 100 17 51 437 --:--:-- --:--:-- --:--:-- 447* Connection #0 to host 192.168.99.106 left intact[][INFO] ------------------------------------------------------------------------[INFO] BUILD SUCCESS[INFO] ------------------------------------------------------------------------[INFO] Total time: 1.974 s[INFO] Finished at: 2015-11-29T12:29:41-08:00[INFO] Final Memory: 12M/245M[INFO] ------------------------------------------------------------------------

Deploy Application

Deploy to WildFly

mvn install -Pwildfly -Dwildfly.hostname=$(docker-machine ip couchbase-javaee) -Dwildfly.username=admin -Dwildfly.password=Admin#007[INFO] Scanning for projects...[INFO][INFO] ------------------------------------------------------------------------[INFO] Building couchbase-javaee 1.0-SNAPSHOT[INFO] ------------------------------------------------------------------------[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 0 resource[INFO][INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory /Users/arungupta/workspaces/couchbase-javaee/src/test/resources[INFO][INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ couchbase-javaee ---[INFO][INFO] --- maven-war-plugin:2.1.1:war (default-war) @ couchbase-javaee ---[INFO] Packaging webapp[INFO] Assembling webapp [couchbase-javaee] in [/Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee][INFO] Processing war project[INFO] Copying webapp resources [/Users/arungupta/workspaces/couchbase-javaee/src/main/webapp][INFO] Webapp assembled in [51 msecs][INFO] Building war: /Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee.war[INFO][INFO] --- maven-install-plugin:2.4:install (default-install) @ couchbase-javaee ---[INFO] Installing /Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee.war to /Users/arungupta/.m2/repository/org/couchbase/sample/couchbase-javaee/1.0-SNAPSHOT/couchbase-javaee-1.0-SNAPSHOT.war[INFO] Installing /Users/arungupta/workspaces/couchbase-javaee/pom.xml to /Users/arungupta/.m2/repository/org/couchbase/sample/couchbase-javaee/1.0-SNAPSHOT/couchbase-javaee-1.0-SNAPSHOT.pom[INFO][INFO] >>> wildfly-maven-plugin:1.1.0.Alpha4:deploy (default) > package @ couchbase-javaee >>>[INFO][INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] Copying 0 resource[INFO][INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ couchbase-javaee ---[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory /Users/arungupta/workspaces/couchbase-javaee/src/test/resources[INFO][INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ couchbase-javaee ---[INFO] Nothing to compile - all classes are up to date[INFO][INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ couchbase-javaee ---[INFO] Skipping execution of surefire because it has already been run for this configuration[INFO][INFO] --- maven-war-plugin:2.1.1:war (default-war) @ couchbase-javaee ---[INFO] Packaging webapp[INFO] Assembling webapp [couchbase-javaee] in [/Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee][INFO] Processing war project[INFO] Copying webapp resources [/Users/arungupta/workspaces/couchbase-javaee/src/main/webapp][INFO] Webapp assembled in [14 msecs][INFO] Building war: /Users/arungupta/workspaces/couchbase-javaee/target/couchbase-javaee.war[INFO][INFO] <<< wildfly-maven-plugin:1.1.0.Alpha4:deploy (default) < package @ couchbase-javaee <<<[INFO][INFO] --- wildfly-maven-plugin:1.1.0.Alpha4:deploy (default) @ couchbase-javaee ---Nov 29, 2015 12:31:29 PM org.xnio.Xnio <clinit>INFO: XNIO version 3.3.1.FinalNov 29, 2015 12:31:29 PM org.xnio.nio.NioXnio <clinit>INFO: XNIO NIO Implementation Version 3.3.1.FinalNov 29, 2015 12:31:29 PM org.jboss.remoting3.EndpointImpl <clinit>INFO: JBoss Remoting version 4.0.9.Final[INFO] Authenticating against security realm: ManagementRealm[INFO] ------------------------------------------------------------------------[INFO] BUILD SUCCESS[INFO] ------------------------------------------------------------------------[INFO] Total time: 9.998 s[INFO] Finished at: 2015-11-29T12:31:37-08:00[INFO] Final Memory: 20M/374M[INFO] ------------------------------------------------------------------------

Deploy to Payara/GlassFish

mvn install -Ppayara -Dpayara.hostname=$(docker-machine ip couchbase-javaee) -Dpayara.username=admin -Dpayara.password=glassfish

Access Application

Get 10 Airline resources (GET)

curl -v http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> GET /couchbase-javaee/resources/airline HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
>
< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 1415< Date: Sun, 29 Nov 2015 20:32:09 GMT<* Connection #0 to host 192.168.99.106 left intact
[{"travel-sample":{"id":10748,"iata":"ZQ","icao":"LOC","name":"Locair","callsign":"LOCAIR","type":"airline","country":"United States"}}, {"travel-sample":{"id":137,"iata":"AF","icao":"AFR","name":"Air France","callsign":"AIRFRANS","type":"airline","country":"France"}}, {"travel-sample":{"id":10226,"iata":"A1","icao":"A1F","name":"Atifly","callsign":"atifly","type":"airline","country":"United States"}}, {"travel-sample":{"id":139,"iata":"SB","icao":"ACI","name":"Air Caledonie International","callsign":"AIRCALIN","type":"airline","country":"France"}}, {"travel-sample":{"id":1355,"iata":"BA","icao":"BAW","name":"British Airways","callsign":"SPEEDBIRD","type":"airline","country":"United Kingdom"}}, {"travel-sample":{"id":112,"iata":"5W","icao":"AEU","name":"Astraeus","callsign":"FLYSTAR","type":"airline","country":"United Kingdom"}}, {"travel-sample":{"id":10,"iata":"Q5","icao":"MLA","name":"40-Mile Air","callsign":"MILE-AIR","type":"airline","country":"United States"}}, {"travel-sample":{"id":1191,"iata":"UU","icao":"REU","name":"Air Austral","callsign":"REUNION","type":"airline","country":"France"}}, {"travel-sample":{"id":109,"iata":"KO","icao":"AER","name":"Alaska Central Express","callsign":"ACE AIR","type":"airline","country":"United States"}}, {"travel-sample":{"id":10765,"iata":"K5","icao":"SQH","name":"SeaPort Airlines","callsign":"SASQUATCH","type":"airline","country":"United States"}}]

Get one Airline resource (GET)

curl -v http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline/137* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> GET /couchbase-javaee/resources/airline/137 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
>
< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 131< Date: Sun, 29 Nov 2015 20:32:52 GMT<* Connection #0 to host 192.168.99.106 left intact{"travel-sample":{"id":137,"iata":"AF","icao":"AFR","name":"Air France","callsign":"AIRFRANS","type":"airline","country":"France"}}

Create a new Airline resource (POST)

curl -v -H "Content-Type: application/json" -X POST -d '{"country":"France","iata":"A5","callsign":"AIRLINAIR","name":"Airlinair","icao":"RLA","type":"airline"}' http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> POST /couchbase-javaee/resources/airline HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
> Content-Type: application/json
> Content-Length: 104
>
* upload completely sent off: 104 out of 104 bytes< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 117< Date: Sun, 29 Nov 2015 20:33:40 GMT<* Connection #0 to host 192.168.99.106 left intact{"id":"19810","iata":"A5","icao":"RLA","name":"Airlinair","callsign":"AIRLINAIR","type":"airline","country":"France"}

Update an existing Airline resource (PUT)

curl -v -H "Content-Type: application/json" -X PUT -d '{"country":"France","iata":"A5","callsign":"AIRLINAIR","name":"Airlin Air","icao":"RLA","type":"airline","id": "19810"}' http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline/19810* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> PUT /couchbase-javaee/resources/airline/19810 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
> Content-Type: application/json
> Content-Length: 119
>
* upload completely sent off: 119 out of 119 bytes< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 118< Date: Sun, 29 Nov 2015 20:34:32 GMT<* Connection #0 to host 192.168.99.106 left intact{"id":"19810","iata":"A5","icao":"RLA","name":"Airlin Air","callsign":"AIRLINAIR","type":"airline","country":"France"}

Delete an existing Airline resource (DELETE)

curl -v -X DELETE http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline/19810* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> DELETE /couchbase-javaee/resources/airline/19810 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
>
< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 136< Date: Sun, 29 Nov 2015 20:35:13 GMT<* Connection #0 to host 192.168.99.106 left intact{"travel-sample":{"id":"19810","iata":"A5","icao":"RLA","name":"Airlin Air","callsign":"AIRLINAIR","type":"airline","country":"France"}}

Delete an existing Airline resource (DELETE)

curl -v -X DELETE http://$(docker-machine ip couchbase-javaee):8080/couchbase-javaee/resources/airline/19810* Hostname was NOT found in DNS cache* Trying 192.168.99.106...* Connected to 192.168.99.106 (192.168.99.106) port 8080 (#0)
> DELETE /couchbase-javaee/resources/airline/19810 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: 192.168.99.106:8080
> Accept: */*
>
< HTTP/1.1 200 OK< Connection: keep-alive< X-Powered-By: Undertow/1* Server WildFly/8 is not blacklisted< Server: WildFly/8< Content-Type: application/octet-stream< Content-Length: 136< Date: Sun, 29 Nov 2015 20:35:13 GMT<* Connection #0 to host 192.168.99.106 left intact{"travel-sample":{"id":"19810","iata":"A5","icao":"RLA","name":"Airlin Air","callsign":"AIRLINAIR","type":"airline","country":"France"}}

CI/CD with Docker + Jenkins

Set up Jenkins Master

  1. Set up an instance with CS engine on it: https://docs.docker.com/docker-trusted-registry/install/install-csengine/

  2. After you set up CS engine , pull Jenkins image

    docker pull jenkins
  3. Run the Jenkins container and expose it on a port (example : 49001) https://hub.docker.com/_/jenkins/

    docker run -d -p 49001:8080 -v $PWD/jenkins:/var/lib/jenkins -t zaiste/jenkins
  4. Verify by launching a browser with the Jenkins server ip and port 49001

    http://<ip-address>:49001

Set up Jenkins Slave (Optional)

Install the Github Plugin

  1. This ensures that the build from git gets pushed to jenkins where you are building the images

  2. https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin

  3. Very simply go to Manage Plugins and install the Github and Docker plugins

Install and configure Docker Trusted Registry (DTR)

  1. Install the CS engine on the instance

  2. Install DTR

    1. Log in to the machine where you want to install Trusted Registry.

    2. Verify that CS Engine is installed

      docker —version
    3. docker login

    4. Install DTR: sudo bash -c "$(sudo docker run docker/trusted-registry install)"

    5. Enter the https://<host-ip>/ in your browser’s address bar to run the Trusted Registry interface.

About

Couchbase Java EE Application

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages