This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| docker network create mynet | |
| useradd --system container-user | |
| mkdir -p /data/prom/config/ /data/prom/data/ /data/grafana/data/ /data/meshping/redis/ | |
| chown -R container-user /data/prom/config/ /data/prom/data/ /data/grafana/data/ /data/meshping/redis/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM golang:1.18 | |
| RUN apt update && apt install -y librsvg2-dev && apt-get clean | |
| WORKDIR /go/playground | |
| COPY . . | |
| RUN go build |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer