'Monitoring host disk usage inside a docker
I want to create a docker img for monitoring a server.
I try to get host storage information ( free/used/total space ...)
So, I start the container with privileged
I try to 'mount' the \dev of the host into /mnt/dev_host in the container but seem didn't help ...
How can i achieve this ?
Edit: I know this is possible, Instana.com and Sematext.com provide a monitoring agent that run in docker and get that kind of metric from the host ...
Solution 1:[1]
Try to bind the link url to the href attribute using v-bind: :
<div v-for="(link, index) in links" :key="index" class= "links">
<a v-bind:href="link.url" target="_blank">
<i v-bind:class="link.fontawsomeicon" v-bind:alt="link.text"></i>{{link.url}}</a>
</div>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Boussadjra Brahim |
