[Dev] Error in running the "hello world" container.
by Vasisht, Aditya
Hello,
Aditya here.
I am trying to build an App container image (ACI), to just echo "hello world" using manifest file (content of which is shown below)
{
"acVersion": "0.1.1",
"acKind": "ImageManifest",
"name": "abc.com/myaci",
"app": {
"exec": [
"/bin/echo hello world"
],
"user":"0",
"group":"0"
},
"dependencies":null
}
The container is launched but terminated soon with error
Error: Unable to open "/bin/echo hello world": No such file or directory
Can I please get some help? Thanks in advance.
5 years, 9 months
[Dev] Error in clearlinux-update
by Vasisht, Aditya
Hello,
Aditya here.
I have installed clearlinux and I need to update it. When I use the command "swupd_update". I get an error saying "Network unavailable". I don't know where I should make the network proxy settings in "clearlinux". Could I please get some help. Thanks in advance.
The log
******************************************************************************
root@clr ~ # swupd_update
swupd-client software update 2.44
Copyright (C) 2012-2015 Intel Corporation
bsdiff portions Copyright Colin Percival, see COPYING file for details
Update started
Querying server version
Update exiting
Network Unavilable.
******************************************************************************
5 years, 9 months