Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 452 Bytes

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