Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 232 Bytes

docker.md

File metadata and controls

11 lines (6 loc) · 232 Bytes

Docker Instructions

Building phase:

docker build -t galileo:0.1.1 .

You can use something else instead of 0.1.1, or something else instead of galileo: It's just the name of the target

Run phase:

docker run -it galileo:0.1.1