Skip to content

Docker-nano/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nano helper

Version

This is the Buildroot container workflow helper script that is included as a Git submodule in most Buildroot-based products.

Usage

  • ./nano help – Display usage information.
  • ./nano build all – Build all of the following targets.
  • ./nano build image – Build Dockerfile.
  • ./nano build rootfs – Build rootfs.tar.xz image.
  • ./nano run [command [args...]] – Run container, optionally with the specified command and arguments.
  • ./nano resume – Resume container.
  • ./nano pull – Pull all of the following targets from the container to the host.
  • ./nano pull config – Pull Buildroot configuration.
  • ./nano pull patches – Pull Buildroot patches from ~/buildroot/patches.
  • ./nano pull rootfs – Pull generated rootfs.tar.xz image.

Changes

See changes.md.

About

Buildroot container workflow helper script.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages