Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 164 Bytes

Docker.md

File metadata and controls

10 lines (8 loc) · 164 Bytes

Building a new docker

## building the image
docker build -t macau .

## uploading to docker hub
docker tag macau stadius/macau
docker push stadius/macau