Skip to content

Deployment

Riccardo Tommasini edited this page May 16, 2017 · 7 revisions

General Passages

  • Cloning the repository
    • SSH
  • Install and expose Docker rest APIs
    • Pulling images from Streamreasoning
  • Expose Docker Internal Rest Interface (For Remote Deployment)

Azure

  • Create Virtual Machines With Docker Extensions
  • Enable Azure file storage and Blobs
    • Install Azure Docker Volume Driver following this guide
    • Create the volumes with the command: docker volume create -d azurefile --name <name> -o share=<Name on Azure File Storage> Where, -d specifies the drvier azurefile; --name is the option used to give the required name; -o share is the option to specify the name on the shared file storage provided by azure

AWS

  • Create Virtual Machine
  • Modify the /etc/hosts
  • S3 Storage
Clone this wiki locally