Skip to content

Commit

Permalink
update alpine-core
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 16, 2024
1 parent 73962ac commit e5b385d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/alpine-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ ENV DISPLAY :1
# alternative 1024x768x16
ENV RESOLUTION 1920x1080x24

ENV VNC_PORT 5900
ENV NOVNC_PORT 6080

# setup desktop environment (xfce4), display server (xvfb), vnc server (x11vnc)
RUN apk add --no-cache \
xfce4 \
Expand Down
7 changes: 7 additions & 0 deletions docker/alpine-core/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## alpine-core

[![Docker Image Version (latest by date)][image-version]][repo-url]
[![Docker Image Size (latest by date)][image-size]][repo-url]

[image-version]: https://img.shields.io/docker/v/hckops/alpine-core?sort=date&style=for-the-badge
[image-size]: https://img.shields.io/docker/image-size/hckops/alpine-core?color=orange&sort=date&style=for-the-badge
[repo-url]: https://hub.docker.com/r/hckops/alpine-core

```bash
# run base container
docker run --rm -it alpine
Expand Down

0 comments on commit e5b385d

Please sign in to comment.