Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IronCore864/5388fa9ce8536cbf0f5e0a95ee5833b0 to your computer and use it in GitHub Desktop.
Save IronCore864/5388fa9ce8536cbf0f5e0a95ee5833b0 to your computer and use it in GitHub Desktop.
mkdir -p myimage/rootfs && cd myimage/rootfs
curl -o alpine.tar.gz http://dl-cdn.alpinelinux.org/alpine/latest-stable/releases/x86_64/alpine-minirootfs-3.11.0-x86_64.tar.gz
tar zxvf alpine.tar.gz
rm alpine.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment