Skip to content

Commit

Permalink
Fixed links and Docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Oct 18, 2018
1 parent 8f995eb commit e6a81bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -installsuffix cgo -o
FROM alpine:3.8
LABEL maintainer="quentin.mcgaw@gmail.com" \
description="Lightweight container running a restricted Docker unix socket proxy" \
download="???MB" \
download="5MB" \
size="6MB" \
ram="???MB" \
ram="10MB" \
cpu_usage="Very low to low" \
github="https://github.com/qdm12/docker-proxy-acl"
github="https://github.com/qdm12/docker-proxy-acl-alpine"
ENV OPTIONS -a containers
COPY --from=builder /go/src/app/proxy /proxy
ENTRYPOINT /proxy "$OPTIONS"
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This is heavily inspired from [titpetric/docker-proxy-acl](https://github.com/ti

This Docker image is only **6MB** and settings can be adjusted with the environment variable `OPTIONS`

[![Build Status](https://travis-ci.org/qdm12/docker-proxy-acl.svg?branch=master)](https://travis-ci.org/qdm12/docker-proxy-acl)
[![Build Status](https://travis-ci.org/qdm12/docker-proxy-acl-alpine.svg?branch=master)](https://travis-ci.org/qdm12/docker-proxy-acl-alpine)
[![Docker Build Status](https://img.shields.io/docker/build/qmcgaw/docker-proxy-acl-alpine.svg)](https://hub.docker.com/r/qmcgaw/docker-proxy-acl-alpine)

[![GitHub last commit](https://img.shields.io/github/last-commit/qdm12/docker-proxy-acl.svg)](https://github.com/qdm12/docker-proxy-acl/commits)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/qdm12/docker-proxy-acl.svg)](https://github.com/qdm12/docker-proxy-acl/commits)
[![GitHub issues](https://img.shields.io/github/issues/qdm12/docker-proxy-acl.svg)](https://github.com/qdm12/docker-proxy-acl/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/qdm12/docker-proxy-acl-alpine.svg)](https://github.com/qdm12/docker-proxy-acl-alpine/commits)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/qdm12/docker-proxy-acl-alpine.svg)](https://github.com/qdm12/docker-proxy-acl-alpine/commits)
[![GitHub issues](https://img.shields.io/github/issues/qdm12/docker-proxy-acl-alpine.svg)](https://github.com/qdm12/docker-proxy-acl-alpine/issues)

[![Docker Pulls](https://img.shields.io/docker/pulls/qmcgaw/docker-proxy-acl-alpine.svg)](https://hub.docker.com/r/qmcgaw/docker-proxy-acl-alpine)
[![Docker Stars](https://img.shields.io/docker/stars/qmcgaw/docker-proxy-acl-alpine.svg)](https://hub.docker.com/r/qmcgaw/docker-proxy-acl-alpine)
Expand All @@ -22,7 +22,7 @@ This Docker image is only **6MB** and settings can be adjusted with the environm

| Download size | Image size | RAM usage | CPU usage |
| --- | --- | --- | --- |
| ???MB | 6MB | ???MB | Low |
| 5MB | 6MB | 10MB | Low |



Expand Down Expand Up @@ -55,7 +55,7 @@ In this case, run this container with:

```bash
docker run -d -e OPTIONS="-a containers" -v /var/run/docker.sock:/var/run/docker.sock \
-v /yourpath:/tmp/docker-proxy-acl --net=none qmcgaw/docker-proxy-acl-alpine-alpine
-v /yourpath:/tmp/docker-proxy-acl --net=none qmcgaw/docker-proxy-acl-alpine
```


Expand Down

0 comments on commit e6a81bc

Please sign in to comment.