Skip to content

Commit a179c1a

Browse files
auto update README.md
1 parent de9e6c4 commit a179c1a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![banner](https://github.com/11notes/defaults/blob/main/static/img/banner.png?raw=true)
22

33
# ⛰️ socket-proxy
4-
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-socket-proxy)![size](https://img.shields.io/docker/image-size/11notes/socket-proxy/1.0.0?color=0eb305)![version](https://img.shields.io/docker/v/11notes/socket-proxy/1.0.0?color=eb7a09)![pulls](https://img.shields.io/docker/pulls/11notes/socket-proxy?color=2b75d6)[<img src="https://img.shields.io/github/issues/11notes/docker-socket-proxy?color=7842f5">](https://github.com/11notes/docker-socket-proxy/issues)
4+
[<img src="https://img.shields.io/badge/github-source-blue?logo=github&color=040308">](https://github.com/11notes/docker-socket-proxy)![size](https://img.shields.io/docker/image-size/11notes/socket-proxy/1.0.1?color=0eb305)![version](https://img.shields.io/docker/v/11notes/socket-proxy/1.0.1?color=eb7a09)![pulls](https://img.shields.io/docker/pulls/11notes/socket-proxy?color=2b75d6)[<img src="https://img.shields.io/github/issues/11notes/docker-socket-proxy?color=7842f5">](https://github.com/11notes/docker-socket-proxy/issues)
55

66
Access your docker socket safely as read-only
77

88
# MAIN TAGS 🏷️
99
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
1010

11-
* [1.0.0](https://hub.docker.com/r/11notes/socket-proxy/tags?name=1.0.0)
11+
* [1.0.1](https://hub.docker.com/r/11notes/socket-proxy/tags?name=1.0.1)
1212
* [stable](https://hub.docker.com/r/11notes/socket-proxy/tags?name=stable)
1313
* [latest](https://hub.docker.com/r/11notes/socket-proxy/tags?name=latest)
1414

@@ -20,7 +20,7 @@ These are the main tags for the image. There is also a tag for each commit and i
2020
name: "socket-proxy"
2121
services:
2222
socket-proxy:
23-
image: "11notes/socket-proxy:1.0.0"
23+
image: "11notes/socket-proxy:1.0.1"
2424
volumes:
2525
- "/run/docker.sock:/run/docker.sock:ro" # mount host docker socket, the :ro does not mean read-only for the socket, just for the actual file
2626
- "socket-proxy:/socket-proxy/run" # this socket is run as 1000:1000, not as root!
@@ -111,4 +111,4 @@ networks:
111111
# ElevenNotes™️
112112
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-socket-proxy/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-socket-proxy/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-socket-proxy/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
113113

114-
*created 20.03.2025, 00:39:59 (CET)*
114+
*created 20.03.2025, 01:46:58 (CET)*

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "socket-proxy"
22
services:
33
socket-proxy:
4-
image: "11notes/socket-proxy:1.0.0"
4+
image: "11notes/socket-proxy:1.0.1"
55
volumes:
66
- "/run/docker.sock:/run/docker.sock:ro" # mount host docker socket, the :ro does not mean read-only for the socket, just for the actual file
77
- "socket-proxy:/socket-proxy/run" # this socket is run as 1000:1000, not as root!

0 commit comments

Comments
 (0)