Top "Containers" questions

A container is a class, a data structure, or an abstract data type whose instances are collections of other objects.

how to make non root user as sudo user in docker alpine image?

I am trying build cassandra docker image using alpine based os. on the container run process i am getting permission …

docker containers sudo alpine sudoers
How do I use EBS volume with ECS container

I created an EBS volume, attached and mounted it to my Container Instance. In the task definition volumes I set …

linux docker containers amazon-ecs
kubernetes volume hostPath

I want to use kubernetes as my default development environment for that I set up the cluster locally with docker …

docker containers volume kubernetes
Unable to store pcm audio in .mp4 container file

Is it possible to store a pcm audio file into .mp4 file? I used ffmpeg command "ffmpeg -i tempA.wav …

audio ffmpeg containers mp4 libavformat
When to use C++ forward_list

I am kind of new to C++, and reading the book "The C++ Programming Language (4th edition)". When reading chapter …

c++ stl containers forward-list
In iOS, using storyboard, how to setup a view controller inside a container view?

I have created and drawn out a custom UIViewController called AutocompleteVC in my Main storyboard. AutocompleteVC will be used in …

ios interface-builder storyboard containers childviewcontroller
Jenkins store workspace outside docker container

So I have a Jenkins Master-Slave setup, where the master spins up a docker container (on the slave VM) and …

jenkins docker containers jenkins-plugins master-slave
Best string container: StringCollection, Collection<string>, List<string>, ArrayList, ..?

What is the most suitable container just for strings holding in some array with non-predetermined upper boundary, which length is …

.net list collections containers ilist
Monitor custom kubernetes pod metrics using Prometheus

I am using Prometheus to monitor my Kubernetes cluster. I have set up Prometheus in a separate namespace. I have …

kubernetes containers prometheus prometheus-node-exporter
Scale Azure Container Instance

Is it possible to scale an ACI running container? Problem: We have some old-school Cloud Services (.NET Framework v4.7.1) we're …

azure containers azure-container-service windows-container azure-container-instances