nut icon indicating copy to clipboard operation
nut copied to clipboard

Nut: the development environment, containerized.

Results 9 nut issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce * `nut --init` * edit nut.yml * add volumes declaration * `nut run` * volumes are not mounted * adjust config version 6 -> 7 in...

So far, nut creates/removes a new container for each call to `nut`. This is fast, but the user can still notice it when he runs a command. To solve this,...

I am running with the latest version of nut, on OS X, and it works great for a command in a container, when there is only one argument to nut....

Their is one short platform dependent file to implement in module `github.com/fgrehm/go-dockerpty` : [term_PLATFORM.go](https://github.com/fgrehm/go-dockerpty/blob/master/term/termios_darwin.go) Probably some other modifications, especially when `filepath.Join` is called: since it will be compiled for Windows,...

I tried this with the OSX binary from releases, and also after following the instructions to build from the latest source... Using the following nut.yml ``` yml syntax_version: "6" project_name:...

Nut supports graphics, so why not sounds? Jessfraz and Endophage do it on linux [here](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/6-spotify:6fdbfdd50aa61f5b707439230648942c) and [here](https://endophage.com/articles/docker-on-desktop-2.0/). Sound management is quite [messy](http://tuxradar.com/content/how-it-works-linux-audio-explained) on linux, but using Pulseaudio on [OSX](http://brewformulas.org/Pulseaudio) and...

So that OSX users can install Nut with `brew install nut`

So that on Windows all that needs to be done is `choco install -y nut`. I can put together an AppVeyor build and the packaging using Paket pretty easily. Tagged...

Hi, Great project! I have been hacking on something similar some time ago (not available for the public). One requirement I have is being able to to pass environment variables...