Skip to content

Latest commit

 

History

History

README.md

F Sharp libraries

1. Structure

ID Project Type Note
1 ConsoleApp console Test libraries in console line
2 MyLibrary classlib
3 MyNumber classlib Simple big number library
4 MyPracticeTest nuint Simple uint test for big number library

2. How to package with docker

  • I has write a simple script for run all necessary steps

    • First, it untag old image if it find a current image
    • Then, it build a new image
    • It stop and remove old container
    • After that, it continue remove old image
    • Finally, it run new container
  • To run docker, you can run

./scripts/main.sh