This is a simple project demonstrating C# calls to Lua using NLua, and simple usage of CircleCI + Docker.
- Status:
- Configuration available at .circleci/config.yml
- If you are unfamiliar with Docker, I highly recommend watching this free, in-depth YouTube video course on Docker!
- Commands:
docker build -t 2kcarlos/csharp-calls-to-lua .
- Builds the Docker image based on the Dockerfile, and names the resulting image "2kcarlos/csharp-calls-to-lua".
docker-compose up
- Runs a new Docker container according to the instructions in the docker-compose.yaml file.