Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 514 Bytes

Dockerfile.md

File metadata and controls

15 lines (8 loc) · 514 Bytes

Aerospike Development Notebooks Dockerfile

This repository contains the Dockerfile for building a Docker image for running Aerospike.

Installation

  1. Install Docker.

  2. Download from public Docker Registry:

     docker pull aerospike/aerospike-dev-notebooks
    

    Alternatively, you can build an image from Dockerfile:

     docker build -t="aerospike/aerospike-dev-notebooks" github.com/aerospike/aerospike-dev-notebooks.docker