Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 183 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 183 Bytes

dockerfiles

Usage

Build

cd <folder>
docker build ./ -t <yourname>/<dockerimagename>:<tag>

Push

docker push <yourname>/<dockerimagename>:<tag>