Chirp!
  • Login
Chirp! is a GNU Social instance for the Cooley and Sekula families and their friends.
  • Public

    • Public
    • Network
    • Groups
    • Recent tags
    • Popular
    • People

Notices tagged with docker

  1. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Monday, 18-Jan-2021 21:21:46 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Douglas A. Whitfield
    I repeated, so hopefully you'll reach someone who can answer.

    I haven't used #Docker for myself yet.

    #ulimit
    about a month ago from nu.federati.net permalink
  2. Douglas A. Whitfield (musicman)'s status on Monday, 18-Jan-2021 15:55:14 UTC Douglas A. Whitfield Douglas A. Whitfield
    How do ulimits in a #docker container interact with ulimits in the OS? #SELinux involved at all?
    about a month ago from nu.federati.net permalink
  3. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Wednesday, 21-Oct-2020 16:53:45 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • mangeurdenuage
    @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.
    about 4 months ago from nu.federati.net permalink
  4. Douglas A. Whitfield (musicman)'s status on Wednesday, 05-Aug-2020 20:11:28 UTC Douglas A. Whitfield 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
    ```
    about 7 months ago from nu.federati.net permalink
  5. Douglas A. Whitfield (musicman)'s status on Tuesday, 07-Jul-2020 18:09:18 UTC Douglas A. Whitfield 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.
    about 8 months ago from nu.federati.net permalink
  6. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Thursday, 28-May-2020 20:28:51 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    https://www.thecube.net/dockercon-2020

    Intermission right now. #Docker Dockercon
    about 9 months ago from nu.federati.net permalink

    Attachments

  7. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Thursday, 28-May-2020 03:09:13 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Nobody [LinuxWalt (@lnxw48a1)]
    • GeniusMusing
    Registration is here: https://docker.events.cube365.net/docker/dockercon/

    #Docker Dockercon 1-day virtual event tomorrow.

    CC: @geniusmusing
    about 9 months ago from nu.federati.net permalink
  8. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Thursday, 28-May-2020 03:07:51 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    in reply to
    • Nobody [LinuxWalt (@lnxw48a1)]
    I'm not going to register, but if I can view an hour or so of the stream without registering, I will. #Docker
    about 9 months ago from nu.federati.net permalink
  9. Douglas A. Whitfield (musicman)'s status on Thursday, 28-May-2020 01:05:32 UTC Douglas A. Whitfield 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.
    about 9 months ago from nu.federati.net permalink
  10. Douglas A. Whitfield (musicman)'s status on Friday, 24-Apr-2020 15:39:01 UTC Douglas A. Whitfield Douglas A. Whitfield
    slowly but surely getting the hang of this #docker thing.
    about 10 months ago from nu.federati.net permalink
  11. Douglas A. Whitfield (musicman)'s status on Tuesday, 21-Apr-2020 14:12:46 UTC Douglas A. Whitfield Douglas A. Whitfield
    Does anybody have any #docker learning suggestions? Gratis options only.
    about 11 months ago from nu.federati.net permalink
  12. Douglas A. Whitfield (musicman)'s status on Tuesday, 21-Apr-2020 13:07:44 UTC Douglas A. Whitfield 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.
    about 11 months ago from nu.federati.net permalink
  13. Douglas A. Whitfield (musicman)'s status on Wednesday, 15-Apr-2020 14:50:54 UTC Douglas A. Whitfield Douglas A. Whitfield
    Any good #docker podcasts?
    about 11 months ago from nu.federati.net permalink
  14. Douglas A. Whitfield (musicman)'s status on Monday, 25-Nov-2019 22:39:11 UTC Douglas A. Whitfield Douglas A. Whitfield
    in reply to
    • Douglas A. Whitfield
    unclear how I am supposed to run this imported #docker container though. 'docker' run doesn't work
    about a year ago from nu.federati.net permalink
  15. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Friday, 01-Nov-2019 13:02:20 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • Strypey
    @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.
    Friday, 01-Nov-2019 13:02:20 UTC from nu.federati.net permalink
  16. Stephen Sekula (steve)'s status on Friday, 23-Aug-2019 12:21:07 UTC Stephen Sekula 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
    Friday, 23-Aug-2019 12:21:07 UTC from NavierStokesApp permalink

    Attachments

    1. 29714f258f68de62a49993f041148ae6922dcc3f5982a86a5cfc0e787e52d860.png
  17. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Saturday, 22-Jun-2019 20:45:11 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • GeniusMusing
    @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.
    Saturday, 22-Jun-2019 20:45:11 UTC from nu.federati.net permalink
  18. Nobody [LinuxWalt (@lnxw48a1)] (lnxw48a1)'s status on Monday, 06-May-2019 17:02:13 UTC Nobody [LinuxWalt (@lnxw48a1)] Nobody [LinuxWalt (@lnxw48a1)]
    • GeniusMusing
    • Linux Liaison :ubuntu:
    @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).
    Monday, 06-May-2019 17:02:13 UTC from nu.federati.net permalink
  19. Douglas A. Whitfield (musicman)'s status on Wednesday, 29-Aug-2018 17:36:36 UTC Douglas A. Whitfield Douglas A. Whitfield
    • DevOps
    Alright, it's buzzword bingo day! #docker and #blockchain check. Is "cloud" still part of buzzword bingo or are we past that? I feel like I just need #serverless and I'll have things with the free space. !devops
    Wednesday, 29-Aug-2018 17:36:36 UTC from nu.federati.net permalink
  20. Douglas A. Whitfield (musicman)'s status on Wednesday, 07-Jun-2017 16:58:53 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Nagios Unofficial
    if you're into #docker: https://support.nagios.com/forum/viewtopic.php?t=44203&start=9999#bottom
    Wednesday, 07-Jun-2017 16:58:53 UTC from nu.federati.net permalink
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Chirp! is a social network. It runs on GNU social, version 1.2.0-beta4, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Chirp! content and data are available under the Creative Commons Attribution 3.0 license.