Alpine based Dockerfile for the lounge
See original GitHub issueHi guys
I made a Dockerfile for the lounge, based on Alpine linux. It’s quite space saving
root@vps: ~ # docker ps -s --format "{{.Names}}: {{.Size}}"
w7pea_lounge: 4.013 kB (virtual **719.7 MB**)
alpine_lounge: 0 B (virtual **66.81 MB**)
It’s here. I could make a pull request but I’m not sure where I should put that in thelounge sources?
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
rassilon/alpine-thelounge Dockerfile - Docker Hub
This is a modified Dockerfile which starts with a fresh Alpine image and installs node.js and The Lounge. # The original can be...
Read more >21 Best Practises in 2021 for Dockerfile | by Chris Ed Rego
These include Alpine, Busybox, and other distribution-specific images like Debian, Ubuntu, CentOS which have -slim or -minimal versions of them to choose from....
Read more >Alpine Linux Docker image for thelounge@master - GitHub
Clone this Git repo and build the image with docker build -t mylounge . . You can set GIT_REV to any branch, tag...
Read more >Use Docker and Alpine Linux to build lightweight containers
This command runs a rudimentary Alpine Linux-based Docker container. For the most part, default setup with BusyBox is straightforward. However, ...
Read more >Which docker base image to use while creating dockerfile
Docker Linux base image. If you want to choose a Linux-based environment for your image, then you can selectalpine as a base image...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A new repo specific to the Docker container has been created: https://github.com/thelounge/docker-lounge.
Therefore I’m going to close this issue, but I encourage you to re-open it on the new repo (with a link to this issue) if it’s still relevant.
Thanks!
Hey, sorry for the late reply, was kinda busy
I’m using the
npm install
way. Here is the docker hub page, but I’m hitting the WTF wall here. It build on my server, but there’s this npm compilatiion issue on hub.docker.com… driving me nutty. Gonna fix that whenever I find out what’s wrong.Anyway, the whole point is about size as far as I’m concerned. I’m running my own little vps with little disk space, using alpine as a base is a real difference.
2016-02-19 7:29 GMT+01:00 Patrick notifications@github.com: