Skip to content

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

Notifications You must be signed in to change notification settings

AndriiStefaniv/scala-multistage-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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