sitkevij / alpine-rust

Small Alpine Linux Docker images for rust.

Home Page:https://hub.docker.com/r/sitkevij/alpine-rust/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smallest Rust Alpine Docker images

build


building the rust image

clone repo

git clone https://github.com/sitkevij/alpine-rust && cd alpine-rust

docker build

docker build -t sitkevij/alpine-rust:latest .

test docker image outputting rustc and cargo versions

docker run --rm sitkevij/alpine-rust rustc --version && docker run --rm sitkevij/alpine-rust cargo --version

About

Small Alpine Linux Docker images for rust.

https://hub.docker.com/r/sitkevij/alpine-rust/


Languages

Language:Dockerfile 100.0%