AndriiStefaniv / scala-multistage-playground

This project implements basic configuration needed for Docker Multi-stage Build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This project implements basic configuration needed for Docker Multi-stage Build.

Play

Build

docker build -t scala-multistage-playground:$(git branch --show-current) .

Run

docker run --rm scala-multistage-playground:$(git branch --show-current)

Inspect

docker image ls -a | grep scala-multistage-playground
docker stats --no-stream

About

This project implements basic configuration needed for Docker Multi-stage Build


Languages

Language:Dockerfile 65.9%Language:Scala 34.1%