Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nix-docker-flake-example

Prerequisites

Either:

  • create export-gh-pat.sh file with contents like:
    export GH_PAT='PASTE_YOUR_TOKEN_HERE'
  • or, comment out lines 12 and 13 in build.sh.

Build image

./build.sh
ls -lah result

Load image

docker load < result
docker image ls

Run image

docker run -i -t --rm my-oci-image:latest

About

Minimal example of a flake which creates an OCI image.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages