Notices tagged with docker
-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Saturday, 15-Jan-2022 20:10:18 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} https://ludocode.com/blog/flatpak-is-not-the-future
Discusses #flatpak, #snap, #appimage, #steam, #docker as strategies for deploying desktop software on #GNU / #Linux. Concludes that all fail to serve users.
Link seen from https://fosstodon.org/@peterbabic/107628210231094260 -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 15-Jul-2021 17:42:34 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} I might have a reason to learn #Docker soon. https://mailu.io/1.7/ though I'm really tired of easy-set-ups for mail servers. Inevitably, after you've been running it for a few months, there's an upgrade. And since you used an easy-set-up, you don't have much understanding of how things are configured, so when the upgrade breaks something, you have to scrap your mail service and start over.
The better choice, IMO, is for someone to write a mail server that does secure and spam-resistant things out of the box, without a complicated configuration file that the admin can mess up.In conversation from nu.federati.net permalink Attachments
-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Monday, 18-Jan-2021 21:21:46 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} I repeated, so hopefully you'll reach someone who can answer.
I haven't used #Docker for myself yet.
#ulimitIn conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 18-Jan-2021 15:55:14 UTC Douglas A. Whitfield How do ulimits in a #docker container interact with ulimits in the OS? #SELinux involved at all? In conversation from nu.federati.net permalink -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Wednesday, 21-Oct-2020 16:53:45 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} @mangeurdenuage I don't know how they ( #Docker, #LXC, #Virtuozzo / #OpenVZ ) would deal with that, since (as #BSD fans are quick to point out) containers in Linux lack appropriate security controls. In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 05-Aug-2020 20:11:28 UTC Douglas A. Whitfield below is a section of a #docker compose file. Why is it that under environment in share you have different sections such as JAVA_OPTS, but under solr6 the configs just have a - in front of them. I tried adding JAVA_OPTS to solr6 and got a yml syntax error
```
share:
image: alfresco/alfresco-share:6.2.0
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
REPO_PORT: "8080"
JAVA_OPTS: "
-Xms500m
-Xmx500m
-Dalfresco.host=localhost
-Dalfresco.port=8080
-Dalfresco.context=alfresco
-Dalfresco.protocol=http
"
solr6:
image: alfresco/alfresco-search-services:1.4.2.1
mem_limit: 4g
environment:
#JAVA_OPTS: "-Dsolr.log.level=FINE"
#Solr needs to know how to register itself with Alfresco
- SOLR_ALFRESCO_HOST=alfresco
- SOLR_ALFRESCO_PORT=8080
#Alfresco needs to know how to call solr
- SOLR_SOLR_HOST=solr6
- SOLR_SOLR_PORT=8983
#Create the default alfresco and archive cores
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
#HTTP by default
- ALFRESCO_SECURE_COMMS=none
```In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 07-Jul-2020 18:09:18 UTC Douglas A. Whitfield back on the #Alfresco train...which might be the #docker train. something weird was happening, so I blew it all away. We will see if the new stuff has the same issue. In conversation from nu.federati.net permalink -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 28-May-2020 20:28:51 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} https://www.thecube.net/dockercon-2020
Intermission right now. #Docker DockerconIn conversation from nu.federati.net permalink Attachments
-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 28-May-2020 03:09:13 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} Registration is here: https://docker.events.cube365.net/docker/dockercon/
#Docker Dockercon 1-day virtual event tomorrow.
CC: @geniusmusingIn conversation from nu.federati.net permalink Attachments
-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 28-May-2020 03:07:51 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} I'm not going to register, but if I can view an hour or so of the stream without registering, I will. #Docker In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Thursday, 28-May-2020 01:05:32 UTC Douglas A. Whitfield dockercon is tomorrow, but idk, I'm not that excited about it. I guess I just don't use #docker that much. In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 24-Apr-2020 15:39:01 UTC Douglas A. Whitfield slowly but surely getting the hang of this #docker thing. In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 21-Apr-2020 14:12:46 UTC Douglas A. Whitfield Does anybody have any #docker learning suggestions? Gratis options only. In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 21-Apr-2020 13:07:44 UTC Douglas A. Whitfield Does anyone have any #docker questions? I am trying to level up from proficient to expert and they say teaching is a great way to learn. In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 15-Apr-2020 14:50:54 UTC Douglas A. Whitfield Any good #docker podcasts? In conversation from nu.federati.net permalink -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 25-Nov-2019 22:39:11 UTC Douglas A. Whitfield unclear how I am supposed to run this imported #docker container though. 'docker' run doesn't work In conversation from nu.federati.net permalink -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Friday, 01-Nov-2019 13:02:20 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} @strypey I think it's rather that there are several Linux container projects and most people know only of #Docker and #OpenVZ. #Sandstorm is relatively unknown, and Oasis is the primary place to host it.
.
Hopefully, if Sandstorm shuts down entirely, they'll create a migration path to other containers and hosting.In conversation from nu.federati.net permalink -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Friday, 23-Aug-2019 12:21:07 UTC Stephen Sekula From HEPfeickert https://twitter.com/HEPfeickert on Twitter: Today is #Docker day at the #USATLASComputingBootcamp! This morning I taught an introduction to Docker and this afternoon Danika Macdonell is teaching how to use Docker in ATLASs #RECAST for analysis preservation and reinterpretation. https://smeehan12.github.io/2019-08-19-usatlas-computing-bootcamp/ https://twitter.com/HEPfeickert/status/1164643338487660544/photo/1 https://chirp.cooleysekula.net/attachment/60831 In conversation from NavierStokesApp permalink Attachments
-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Saturday, 22-Jun-2019 20:45:11 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} @geniusmusing I can’t say what is best, but you do have #KVM and #Proxmox among your options. Perhaps Citrix is the reason so many hosters are switching away from #Xen?
Others:
I think #OpenVZ is closer to containers than virtualization, and if you’re looking toward containers, you’ll also want to consider #Lxc / #Lxd, #Docker, or even #Sandstorm.In conversation from nu.federati.net permalink -
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Monday, 06-May-2019 17:02:13 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} @geniusmusing @brandon Most shared hosting is abominable, so I don’t think shared is the answer. Maybe some sort of proxy that acts as a public face (the IPv4 / IPv6 that everyone sees), but relays to a home-hosted device (likely running something like #Sandstorm; even techpeeps have trouble with #Docker, so it should be out of the question entirely). In conversation from nu.federati.net permalink