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
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