8000 GitHub - coderaiser/loop at v1.3.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

coderaiser/loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loop License Dependency Status Build Status

Create or resize file system of an image file to use as a loop device.

Usage

docker run --rm coderaiser/loop <file> <size>

Example

docker run --rm -t -v "$PWD:/root" --name loop coderaiser/loop image.bin 100M

You can pass arguments to docker container via environment variables $FILE and $SIZE as well:

docker run --rm -t -v "$PWD:/root" --name loop -e "FILE=image.bin" -e "SIZE=100M" coderaiser/loop

License

MIT

About

create file system image file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0