Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add standalone instructions to readme #49

Open
obbardc opened this issue Mar 26, 2020 · 0 comments
Open

add standalone instructions to readme #49

obbardc opened this issue Mar 26, 2020 · 0 comments

Comments

@obbardc
Copy link
Member

obbardc commented Mar 26, 2020

normally fakemachine is used for debos, but can be used on it's own to replace software like fakeroot:

export GOPATH=~/go
export PATH=$PATH:~/go/bin
go get -u github.com/go-debos/fakemachine/cmd/fakemachine
$ fakemachine -h
Usage:
  fakemachine [OPTIONS]

Application Options:
  -v, --volume=      volume to mount
  -i, --image=       image to add
  -m, --memory=      Amount of memory for the fakemachine in megabytes
  -c, --cpus=        Number of CPUs for the fakemachine
  -s, --scratchsize= On-disk scratch space size (with a unit suffix, e.g. 4G); if unset, memory backed scratch space is used
      --show-boot    Show boot/console messages from the fakemachine

Help Options:
  -h, --help         Show this help message
$ fakemachine echo test
Running echo test
test
Powering off.
@obbardc obbardc added this to the v0.0.5 milestone Feb 8, 2023
@obbardc obbardc removed this from the v0.0.6 milestone Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant