Ties
https://www.linkedin.com/in/tiesvandeven
Tiffany
| { | |
| "family": "scorekeep", | |
| "containerDefinitions": [ | |
| { | |
| "name": "scorekeep-frontend", | |
| "image": "038954622175.dkr.ecr.us-east-1.amazonaws.com/scorekeep-frontend", | |
| "cpu": 64, | |
| "memoryReservation": 512, | |
| "links": [ | |
| "scorekeep-api" |
| ``` | |
| root@1404LTS:~/go/src/github.com/intelsdi-x/snap# docker run -it -v /:/HOST/:ro ubuntu df | |
| Filesystem 1K-blocks Used Available Use% Mounted on | |
| none 12928128 11644344 673788 95% / | |
| tmpfs 2023760 0 2023760 0% /dev | |
| tmpfs 2023760 0 2023760 0% /sys/fs/cgroup | |
| /dev/sda1 12928128 11644344 673788 95% /HOST | |
| udev 2013096 8 2013088 1% /HOST/dev | |
| tmpfs 404756 1028 403728 1% /HOST/run | |
| none 5120 0 5120 0% /HOST/run/lock |
| ## /proc/mounts | |
| sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 | |
| proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 | |
| udev /dev devtmpfs rw,relatime,size=2013096k,nr_inodes=503274,mode=755 0 0 | |
| devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0 | |
| tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=404756k,mode=755 0 0 | |
| /dev/sda1 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0 | |
| none /sys/fs/cgroup tmpfs rw,relatime,size=4k,mode=755 0 0 | |
| none /sys/fs/fuse/connections fusectl rw,relatime 0 0 |