Skip to content

Deploying a ToolTwist J2EE Project to Docker

String edited this page May 27, 2015 · 3 revisions

Work In Progress

  1. Initialize the ToolTwist CLI

     $ cd <some-directory>
     $ tooltwist init
    
  2. Update the following settings in tooltwist.js:

     $ docker login -u tooltwist -p <password> -e <email-address>
     push to Docker hub
    
Clone this wiki locally