Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 869 Bytes

Julia Dockerfile

This repository contains Dockerfile of Julia for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/julia

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/julia" github.com/dockerfile/julia)

Usage

docker run -it --rm dockerfile/julia

Run julia

docker run -it --rm dockerfile/julia julia