-
Notifications
You must be signed in to change notification settings - Fork 10
Running rebuild environments
Dmitry Fleytman edited this page Aug 8, 2016
·
2 revisions
Environment that was deployed or created can execute commands in immediate mode with rbld run [ENV] -- [COMMAND]
:
[test@rebuild-fedora23-1 ~]$ rbld run qemu-fc20:v001 -- echo "Hello"
>>> rebuild env qemu-fc20:v001
>>> echo Hello
Hello
<<< rebuild env qemu-fc20:v001
You can use the environment in interactive mode with rbld run [ENV]
:
[test@rebuild-fedora23-1 ~]$ rbld run qemu-fc20:v001
>>> rebuild env qemu-fc20:v001 interactive
>>> Press CTRL-D do leave
[test@qemu-fc20:v001 ~]$