question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alpine based Dockerfile for the lounge

See original GitHub issue

Hi 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:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
astorijecommented, Apr 29, 2016

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!

0reactions
rgarriguecommented, Mar 3, 2016

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:

Hey @rgarrigue https://github.com/rgarrigue can you post the link to your container on hub.docker.com. Definitely its own repro. The question in my mind is does it pull the code from the tagged releases in github or does it use npm install to do so. Both are valid. I’m not sure if the install of a nodejs app from gh is much different than the npm install method, one of you would need to answer that.

— Reply to this email directly or view it on GitHub https://github.com/thelounge/lounge/issues/39#issuecomment-186083830.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found