-
Container hack (BYOS) - I ran the deploy.sh from powershell. All the resources were created except that the data (tables and values) were not loaded. Upon debugging, I found that the ACI that pulls th…
-
We should audit existing use of specific UTM params and ensure that, in the e2e context, the correct params are passed to the relevant GQL mutations. I found a couple of missing test situations when w…
-
--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------
Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a q…
-
We should have acbuild packaged in an ACI and then be able to invoke it using any appc runtime, e.g. rkt. I expect this would just mount in the user's project/asset directly to a known location (`/dat…
-
The option `rkt run --port=` only works if the port is already defined in the ACI manifest. rkt should have a way to add a port at run-time without changing the ACI.
It is a bit similar to `--mount` …
alban updated
4 years ago
-
### Environment summary
Provider (e.g. ACI, AWS Fargate, Hyper)
ACI
Version (e.g. 0.1, 0.2-beta)
Master
K8s Master Info (e.g. AKS, ACS, Bare Metal, EKS)
AKS
Install Method (e.g. Helm Ch…
-
**Bug description**
I followed these instructions to set up Azure Container Instance ACI as an endpoint: https://support.portainer.io/kb/article/37-how-to-using-portainer-to-manage-azure-container-in…
-
Currently the Docker ACI integration allows to deploy compose application with `docker compose up`, and also to access container logs for each container individually with `docker logs `.
We don't cu…
-
**Description**
The command is not shown in the `ps` output when running a container on the ACI context.
**Steps to reproduce the issue:**
1. `docker --context aci run nginx`
**Describe the …
-
ACI does not support port mapping so commands like `docker run -d -p 8080:80 nginx` will fail. You will need to make sure that your `docker run` commands specify the same container and host ports. e.g…