mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-02 20:16:41 +00:00
Merge pull request #971 from resin-io/add-emulated-to-build-docs
Include --emulated in the example resin build parameters
This commit is contained in:
commit
21a3b82845
@ -1554,7 +1554,7 @@ Examples:
|
|||||||
|
|
||||||
$ resin build
|
$ resin build
|
||||||
$ resin build ./source/
|
$ resin build ./source/
|
||||||
$ resin build --deviceType raspberrypi3 --arch armhf
|
$ resin build --deviceType raspberrypi3 --arch armhf --emulated
|
||||||
$ resin build --application MyApp ./source/
|
$ resin build --application MyApp ./source/
|
||||||
$ resin build --docker '/var/run/docker.sock'
|
$ resin build --docker '/var/run/docker.sock'
|
||||||
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
||||||
|
@ -66,7 +66,7 @@ module.exports =
|
|||||||
|
|
||||||
$ resin build
|
$ resin build
|
||||||
$ resin build ./source/
|
$ resin build ./source/
|
||||||
$ resin build --deviceType raspberrypi3 --arch armhf
|
$ resin build --deviceType raspberrypi3 --arch armhf --emulated
|
||||||
$ resin build --application MyApp ./source/
|
$ resin build --application MyApp ./source/
|
||||||
$ resin build --docker '/var/run/docker.sock'
|
$ resin build --docker '/var/run/docker.sock'
|
||||||
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
$ resin build --dockerHost my.docker.host --dockerPort 2376 --ca ca.pem --key key.pem --cert cert.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user