-
### Description
When connecting two containers to a custom bridge, they are accessible by their name.
ex:
```
docker run --name db
docker run --name backend
docker connect (...)
```
My …
-
### Current Behavior
deployment as container or with Portainer works as such. the app starts.
The access on the /docker/config folder works.
The access on the data folder /Volume3/Test does no…
-
##### ISSUE TYPE
- Bug Report
##### container.yml
```
version: "2"
settings:
conductor_base: centos:7
services:
web:
ports:
- 80:8000
roles:
- testapp
```
Whe…
-
##### ISSUE TYPE
- Bug Report
##### container.yml
```
version: "2"
settings:
conductor_base: centos:7
services:
test:
from: centos:7
command: ['/usr/bin/tail', '-f'…
-
##### ISSUE TYPE
- Bug Report
##### OS / ENVIRONMENT
```
Ansible Container, version 0.9.2
Darwin, Bubo.local, 17.4.0, Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-457…
treyd updated
6 years ago
-
### Steps to reproduce
We're using an open-source service called [Kernel Memory](https://github.com/microsoft/kernel-memory), which uses Postgres as a vector database store.
In a recent change, th…
-
### Context / Scenario
Following upgrading to `0.76.240930.3`, we started to see errors when we ran our application:
```
[BE] Error processing document
[BE] System.MissingMethodExc…
-
`Err(SerdeJsonErrorWithPath(Error { path: Path { segments: [Map { key: "NetworkSettings" }, Map { key: "Ports" }, Map { key: "8080/tcp" }, Seq { index: 0 }] }, original: Error("invalid type: map, expe…
-
Hi, I have mongodb and tribeca up and running in docker, one instance on windows and one on ubuntu. Unfortunately on both platforms I cannot connect to the web interface. I tried all the addresses I c…
-
This has been reported by several users using NEARtosis. Logs of a sample dead container:
[2mJun 01 20:21:50.150[0m [32m INFO[0m indexer_for_explorer: Block height 7666
[2mJun 01 20:21:50.663[0m [3…