scout-cli icon indicating copy to clipboard operation
scout-cli copied to clipboard

add a nix flake

Open slimslenderslacks opened this issue 2 years ago • 1 comments
trafficstars

We need to find out more about what Developer Guy is looking for from a nix-based environment for Scout. To me, the key question is about the docker engine.

slimslenderslacks avatar May 23 '23 20:05 slimslenderslacks

You enter a docker scout shell by running nix develop github:docker/scout-cli?ref=slim/flake. I'd first cd to a tmp directory because it will assume your DOCKER_CONFIG is in the pwd right now.

It's a somewhat isolated environment in that it will use it's own versions of the docker cli and the docker scout, and as long as DOCKER_CONFIG is not pointing at HOME, it won't interfere with your current config. However, by default, it's going to use your current docker engine and that's probably not what users would really want.

slimslenderslacks avatar May 23 '23 20:05 slimslenderslacks

ok

erenuludemir avatar Jan 03 '25 01:01 erenuludemir