-
/kind bug
**Description**
documentation at https://docs.podman.io/en/latest/markdown/podman-commit.1.html reads:
--include-volumes
Include in the committed image any volumes added to the c…
6ramr updated
2 years ago
-
Currently, all services are run in one big container:
https://github.com/perfsonar/perfsonar-testpoint-docker/blob/master/supervisord.conf
which is very different to Dockers microservices approach.
…
-
Some containers carry software which needs to have access to the hosts /dev and /sys trees.
Today mounting /dev and /sys is not sufficient, and a few workarounds are needed (see for example https:/…
-
Right now, with KBS we support two modes where the AS and KBS runs in one container. But it is becoming evident that some services cannot be cramped into one container, for e.g. RVPS.
I think we sh…
-
I'm trying to run unit tests from a Sandbox environment using BCHelper scripts / Run-TestsInBCContainer in
my DevOps pipeline.
I have a Sandbox in which I am able to publish my App and the correspron…
-
In order to support annotators in improving annotation consistency, the AMR Checker uses a number of lists, including some that I have built or augmented for AMR. Here's the primary such resource of l…
-
```scala
import org.testcontainers.containers.MongoDBContainer
import org.testcontainers.utility.DockerImageName
val mongoDBContainer = new MongoDBContainer(DockerImageName.parse(“mongo:4.0.10”))
…
-
Adding all data with GraphQL
from http://localhoneysource.com/local-honey-list/tennessee/ to start
Name
Owners
Email
Phone
Location/Area
Website
Additional Info
-
@euank
Doesn't seem like ECS rebalances tasks to allocate resources more effectively. For example, if I have task A and task B running on different cluster hosts, and try to deploy task C, I'll ge…
-
See https://groups.google.com/forum/#!topic/parallel-haskell/Hr6vkpz3FB4 for background info.
The heart of this topic seems to be a question as to whether we should distinguish between Haskell in t…