nut-bin

0.1.12 • Public • Published

nut-bin

Binary wrapper for nut - docker cli tool

Travis npm License

Nut: the development environment, containerized.

Installation

$ npm install -g nut-bin

$ nut --init # create nut.yml file (equivalent of package.json for npm)
$ nut build
$ nut run
$ nut test

Full documentation can found in the main repo: https://github.com/matthieudelaro/nut

Nut mounts the current folder in a Docker container, and executes commands on your behalf, according to the project configuration. The configuration is read from nut.yml file, in the current folder. You can choose the Docker image to use, declare volumes to mount, and define commands (called macros) such as build, run, and test.

Nut is in early stage of development. It has been tested on Ubuntu and on MacOS with Docker for Mac. Feedbacks and contributions to add features and to make Nut run on other systems are welcome (Windows, Docker Toolbox, etc).

Check the wiki to read some tutorials (GPU support, Caffe, TensorFlow, etc).

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i nut-bin

Weekly Downloads

0

Version

0.1.12

License

MIT

Last publish

Collaborators

  • rnbwd