hocker icon indicating copy to clipboard operation
hocker copied to clipboard

docker2nix should fetch the manifest for the user

Open ixmatus opened this issue 7 years ago • 0 comments

docker2nix currently only accepts a manifest on stdin or as a filesystem path via --manifest. Which works nicely if you have fetch and store the registry manifest separately from generating the Nix code but we can also make this easier to use by making both of those inputs optional and fetching the manifest for the user if they don't provide a manifest.

ixmatus avatar Apr 29 '18 17:04 ixmatus