Simplify HPC and Batch workloads on Azure
Перейти к файлу
Fred Park 5f160e8938 Update docs for new CLI
- CLI fixes
- Add more convenience subcommands
2016-10-27 22:11:46 -07:00
cascade Prep for multi image Batch-Shipyard docker repo 2016-10-25 15:02:28 -07:00
config_templates Add generated_file_export_path option 2016-10-25 22:15:35 -07:00
convoy Update docs for new CLI 2016-10-27 22:11:46 -07:00
docs Update docs for new CLI 2016-10-27 22:11:46 -07:00
recipes Add a contributing recipes guide 2016-10-27 12:53:12 -07:00
resources Azure file dvd support for all supported hosts 2016-08-29 12:12:50 -07:00
scripts Prep for multi image Batch-Shipyard docker repo 2016-10-25 15:02:28 -07:00
tfm CLI conversion to click 2016-10-27 09:56:18 -07:00
.gitattributes Add gettaskfile/getnodefile actions 2016-09-08 20:15:11 -07:00
.gitignore Add HPN-SSH support for Ubuntu 2016-10-13 10:55:49 -07:00
.travis.yml Add generated_file_export_path option 2016-10-25 22:15:35 -07:00
CHANGELOG.md Update docs for new CLI 2016-10-27 22:11:46 -07:00
CONTRIBUTING.md Add a contributing recipes guide 2016-10-27 12:53:12 -07:00
Dockerfile CLI conversion to click 2016-10-27 09:56:18 -07:00
LICENSE Add dummy README 2016-07-18 08:15:56 -07:00
README.md CLI conversion to click 2016-10-27 09:56:18 -07:00
requirements.txt CLI conversion to click 2016-10-27 09:56:18 -07:00
shipyard.py Update docs for new CLI 2016-10-27 22:11:46 -07:00

README.md

Build Status Docker Pulls Image Layers

Batch Shipyard

Batch Shipyard is a tool to help provision and execute batch-style Docker workloads on Azure Batch compute pools. No experience with the Azure Batch SDK is needed; run your Dockerized tasks with easy-to-understand configuration files!

Major Features

  • Automated Docker Host Engine installation tuned for Azure Batch compute nodes
  • Automated deployment of required Docker images to compute nodes
  • Accelerated Docker image deployment at scale to compute pools consisting of a large number of VMs via private peer-to-peer distribution of Docker images among the compute nodes
  • Comprehensive data movement support: move data easily between locally accessible storage systems, Azure Blob or File Storage, and compute nodes
  • Automated Docker Private Registry instance creation on compute nodes with Docker images backed to Azure Storage if specified
  • Automatic shared data volume support:
  • Seamless integration with Azure Batch job, task and file concepts along with full pass-through of the Azure Batch API to containers executed on compute nodes
  • Support for Azure Batch task dependencies allowing complex processing pipelines and DAGs with Docker containers
  • Transparent support for GPU accelerated Docker applications on Azure N-Series VM instances (Preview)
  • Support for multi-instance tasks to accommodate Dockerized MPI and multi-node cluster applications on compute pools with automatic job cleanup
  • Transparent assist for running Docker containers utilizing Infiniband/RDMA for MPI on HPC low-latency Azure VM instances:
    • A-Series: STANDARD_A8, STANDARD_A9
    • H-Series: STANDARD_H16R, STANDARD_H16MR
    • N-Series: STANDARD_NC24R (not yet available)
  • Automatic setup of SSH tunneling to Docker Hosts on compute nodes if specified

Installation

Installation can be performed in any of the following methods:

  1. Clone the repository: git clone https://github.com/Azure/batch-shipyard.git
  2. Download the latest release and extract to your local machine
  3. Run the alfpark/batch-shipyard:cli-latest Docker image

Please see this page for more information regarding installation and requirements.

Batch Shipyard Compute Node OS Support

Batch Shipyard is currently only compatible with Azure Batch supported Marketplace Linux VMs.

Documentation

Please refer to this guide for a complete primer on concepts, usage and a quickstart guide.

Please visit the recipes directory for different sample Docker workloads using Azure Batch and Batch Shipyard after you have completed the primer.

ChangeLog

See the CHANGELOG.md file.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.