When configuring the instance name in config.json and deploying both the image and instance via ops deploy, the instance name defaults to the concatenation of the image name and the Unix timestamp.
the instance name default is the image name && timestamp but this was a bug where it was only setting it via cli flag not config, fixed via https://github.com/nanovms/ops/pull/1581
When configuring the instance name in
config.json
and deploying both the image and instance viaops deploy
, the instance name defaults to the concatenation of the image name and the Unix timestamp.Sample config file
Note: I am setting the
ops_render_config: true
env varIs this the expected behaviour when using deploy?