lks9 / src-tracer

Other
0 stars 0 forks source link

Dockerfile #52

Closed ducorduck closed 11 months ago

ducorduck commented 11 months ago

to build an image, run docker build -t <image-name> <path-to-src-tracer> to build a container of image, run docker run -it --name <container-name> <image-name>

after you've built the container, you can start the container with docker start -i <container-name>

lks9 commented 11 months ago

Great work! And worth it, it runs like a charm and makes further experiments simple! Thank you very much!