Latest #docker Threads Top

Lotoen
Hi, I’m on Linux Mint 22.3 - Cinnamon 64-bit, and I encountered an error when trying to build an elixir phoenix container 577.1 Reading...
New
sandeshsoni
Hi, I am building a platform. more of chat application. Mobile Applications. It does have images and voice notes. I am opting for a Bar...
New
namxam
Starting a remote shell to my phoenix app, running as a docker container on a raspberry pi 5, crashes the container. I upgraded a few of...
New
subsaharancoder
My phoenix app seems to crash when I try to run it in docker, it appears my secret_key_base value is being set at runtime but not at comp...
New
Astolfo
When generating a release with phx.gen.release --docker a debian version is used by default to avoid “DNS issues” on Alpine. It seems li...
New
Wigny
Hey folks, I would like help to connect Livebook to an Elixir node running in a Docker container. To run the container I usually do doc...
New
HataluliRandima
Hello, I am encountering an issue while trying to fetch Oban packages from a private Hex repository during the Docker build process for ...
New
tomielee
Hi! I’m running a umbrella project in a docker container. In the container in a submodule I’m running mix deps.get I get an error ==&gt...
New
wwaldner
I am trying to include Ortex in a docker container I am building. First started with Alpine container, and that is a no go. Alpine is goi...
New
henriquesati
I have a application that was running on windows communicating with posgres via postgres mappig localhost8080 to 5432 on postgres contai...
New

This Week's Trending Top

This Month's Trending Top

Lotoen
Hi, I’m on Linux Mint 22.3 - Cinnamon 64-bit, and I encountered an error when trying to build an elixir phoenix container 577.1 Reading...
New

This Year's Trending Top

jgallinari
Hello, I made the switch recently from an x86 MacBook to Apple silicon (M3) and it seems to fail my Docker/Minikube workflow that perfec...
New
tmjoen
I have a multi stage docker file and building the node assets works fine with both --platform linux/arm64 and linux/amd64. I can make the...
New
jarlah
Testcontainers Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common datab...
New
egze
Just saw this comment on HN: „ Uses alpine images for small footprint That’s really become a docker meme. Please be aware you’re sacri...
New
T0ha666
In this article, we discuss how to create a Docker image for a Phoenix application. https://t0ha.ru/en/devops/elixir/2023/11/10/how-to-b...
New
subsaharancoder
My phoenix app seems to crash when I try to run it in docker, it appears my secret_key_base value is being set at runtime but not at comp...
New
sandeshsoni
Hi, I am building a platform. more of chat application. Mobile Applications. It does have images and voice notes. I am opting for a Bar...
New
namxam
Starting a remote shell to my phoenix app, running as a docker container on a raspberry pi 5, crashes the container. I upgraded a few of...
New

Last Three Year's Trending Top

jfrolich
Did anyone successfully set up ECS using distributed Elixir? I am tackling this right now. I am especially interested how to connect the...
New
supernova32
Hi everyone, I have been banging my head against a wall for the last couple of days because of a really weird problem I’m having in prod...
New
tao
I’m deploying a Phoenix app with Elixir releases and Docker. The Phoenix docs have an example dockerfile you can use – mine is based on t...
New
AUGERClement
As I wrote a week ago in this post, I found the lack of official documentation for Docker compose rather annoying, and I met a lot of pro...
New
matteosister
In our company, we have an application that runs rabbitmq consumer in elixir on AWS ECS. So everything run on docker containers, and we s...
New
mbski
Hello, I am coming back to Elixir world after one year and I wanted to learn also new stuff so I decided to use Docker to my development...
New
EleMenk
Hi, I am new to Phoenix and currently trying to get Phoenix into a Docker container. Somehow, the mix deps.get and mix deps.compile comm...
New
Sanjibukai
Hello, Until now I was using docker container to build and deploy my phoenix apps. Something as following: I have a dev.Dockerfile ...
New
dallagi
TL;DR: library to conveniently spawn throwaway docker containers for your integration/functional tests. Not stable yet. Written by an Eli...
New
tomazzlender
I setup a sample project on Github to show you a concrete example of a problem I’m having. When I use Github Actions to build a docker...
New
Kaquadu1
Hi guys! I decided to update OTP/Elixir version of my project. I have to switch from Alpine to Debian, because dart_sass has some problem...
New
godmaire
Just started working with Elixir a month or so ago and am trying to package an application in Docker for the first time. It builds perfe...
New
mikl
I have a multi-step Gitlab CI pipeline, where I’m trying to avoid downloading Hex dependencies multiple times, but I’m struggling with th...
New
matreyes
Just wanted to share my experience: I was suffering with my elixir vscode devcontainer (docker) environment, because tests took ~20 seco...
New
RicoTrevisan
I’m trying to add PhoenixAnalytics by @lalabuy948 to a Phoenix project. I got it to work locally, but I can’t make it work on my Hetzner...
New

Trending Over Three Years Top

New
uranther
I have been thinking about setting up continuous delivery and I wonder: Does running Elixir/OTP within a Docker container put you at a ...
New
raashi_me
I am trying to connect the local DB server from within a docker container and as part of it I am running the command docker-compose run ...
New
AUGERClement
Hello. I’m trying to learn Docker to container my basic API. The steps I did are the following : Create the API, test it with a postm...
New
maz
Hi all, I have an elixir umbrella app that I deploy via docker-compose. I’d like to use env_file directive in my docker-compose.yml for t...
New
jswny
Hello everyone, I recently redesigned my entire deployment process for Phoenix apps based on Docker. I really like the strategy that I ca...
New
gmile
After docker released native support for multi-stage builds, I decided to make my own small docker container with app. Below container i...
New
ellispritchard
Has anyone else observed throttling of Erlang or Elixir processes running in Kubernetes (or other Docker orchestration platforms)? I’ve ...
New
ericmj
The Hex team has been working on building our own Elixir and Erlang Docker images. We think they can be useful for the general community ...
New
fly49
Hi, I am trying to get Phoenix app work using containers and elixir releases. I succeeded to run my app in a single container and connec...
New
gcauchon
I’ve been working on many projects based on Phoenix in the last few years and worked on the transition from mix phx.server (for productio...
New
fireproofsocks
I’m trying to get a working Dockerfile – I started with mix phx.gen.release --docker and that was a great start. I had to tweak a few th...
New
tommica
I’m a complete noob when it comes to docker and docker compose, but I wanted to share my configuration to get a phoenix project up and ru...
New
seanmor5
Hi all, I have a Elixir Umbrella with a Phoenix Web app that I am attempting to deploy to Heroku using Docker. The Docker build and rele...
New
sc4224
I have a problem running my dockerized phoenix application with postgresql. I specified my docker-compose.yml file to include two servic...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement