-
**docker-compose.yml**
```
version: '3'
services:
bird2:
image: ghcr.io/akafeng/bird:latest
container_name: bird2
hostname: "bird2"
restart: always
# volumes:
# - .…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
My Docker config below, sandbox stops without any logfil…
-
Hi, can you help please.
I follow the process of use Docker Only instalation:
git clone https://github.com/hakwerk/labca.git
cd labca/build
export LABCA_FQDN=labca.example.com
However ,…
-
Thanks for the detailed docker docs! I'm trying to use uv in docker compose for local development. Trying to bind mount my application code **and** an anonymous volume for `app/.venv`. This is similar…
-
Junction runs on Python 2 and Python 3. The docker file only supports Python 2.
- Add support for Python 3.
-
### Bug description
I get this error when starting docker in this image. I use Docker Desktop on WSL2.
```
root@a48aec4bfb16:/# docker ps
Cannot connect to the Docker daemon at unix:///var/run…
-
Server: Hetzner AX51 (root serv) Ubuntu 20 base
Noticed builds failing for some reason:
```
root@f1.test ~ # docker buildx
docker: 'buildx' is not a docker command.
See 'docker --help'
```
…
-
I'm following the steps to install Twenty locally on an M4 Max MacBook Pro. I have all of the pre-reqs and Docker installed. When I run make postgres-on-docker it hangs. I can see the Docker container…
-
Awesome! Would be very useful to create and upload docker images to github container registry using github actions. Thanks!
-
This is the memory usage pattern for my 35Mb SQLite DB running on LibSQL in a container on Railway. Over time the memory usage just grows and grows.
If I restart the container, the usage dr…