johnfrx/NetData:latest

$ singularity pull shub://johnfrx/NetData:latest

Singularity Recipe

Bootstrap: docker
From: centos:latest

%runscript
    exec echo "Centos7 image for use with globus"


%post
    #echo "The post section is where you can install, and configure your container."
    #
        adduser netdata
        mkdir /var/lib/netdata
        chown -R netdata:netdata /var/lib/netdata
        yum -y install autoconf automake curl gcc git libmnl-devel libuuid-devel openssl-devel libuv-devel lz4-devel Judy-devel make nc pkgconfig python zlib-devel
        git clone https://github.com/netdata/netdata.git --depth=100
        cd netdata
        echo | ./netdata-installer.sh

Collection


View on Datalad

Metrics

key value
id /containers/johnfrx-NetData-latest
collection name johnfrx/NetData
branch master
tag latest
commit d76577410fd967643e44017bcf2050d3973aa84b
version (container hash) fa3376203c4d492389d9f19aa088d419
build date 2019-07-30T09:47:08.763Z
size (MB) 474.0
size (bytes) 171073567
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.