-
I am receiving an error when trying to upgrade a docker based Kong DBLESS installation from kong 2.4.1-alpine for Kong 2.8.1-alpine. In fact i noticed the problem happens on 2.5.1-alpine or newer. Thi…
-
This is my first time using Orbiter. Currently, I got this swarmtest.yml :
```
version: '3.7'
networks:
my_docker_network:
services:
orbiter:
image: gianarb/orbiter
command: …
-
### Description
The first one forwards mysql and port 9500 can run normally.
The second forwarding mysql, port 9400 failed to run,
Doesn't it support multiple TCP ports to enable forwarding?
Con…
-
Port forwarding works well when running containers. However, when using a stack in docker swarm, I cannot access it from my Mac.
To reproduce, here is the YAML (test.yml) file:
```yaml
version:…
-
With a generic Angular application, Given this task definition:
```yaml
platform: linux
image_resource:
type: registry-image
source:
repository: vito/oci-build-task
inputs:
- n…
-
**Description**
The `docker save` command will not save an image that contains only a `FROM scratch` and a `VOLUME` declaration. It fails with:
Error response from daemon: empty export - not…
-
I have installed rainloop from the community edition, on Debian jessie with apache2.4 and libapache2-mod-php5
Testing PHP with:
```
-
### Description
Issue description
I run the apisix in docker
[root@cloudpark-test ~]# docker ps
```
CONTAINER ID IMAGE COMMAND CREATED S…
-
**Current behavior:**
I have an application that's running perfectly on the server and the build is passing, And the application is starting without any problem.
On a local environment I am faci…
-
**Describe the bug**
Following this example: https://docs.phalcon.io/5.7/volt/#tag-helpers
It shows you should place `inputSelect` in a loop chained to an `add` function to add options. Not surprisi…