Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terasakisatoshi/kani
My Rust sample
https://github.com/terasakisatoshi/kani
Last synced: about 1 month ago
JSON representation
My Rust sample
- Host: GitHub
- URL: https://github.com/terasakisatoshi/kani
- Owner: terasakisatoshi
- Created: 2020-07-01T11:39:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T03:12:51.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:41:06.500Z (2 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kani
- My Rust env
# Usage
- Install Docker/Docker Compose
- Run the following command:## Building a Docker Image
```
$ docker-compose build
```## Initialize Jupyter Lab
```
$ docker-compose up lab
```