Top "Containers" questions

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

Docker Unknown flag --mount

I want to mount a directory from the host to a container using the mount flag over volume but I …

docker containers mount
Docker in Docker cannot mount volume

I am running a Jenkins cluster where in the Master and Slave, both are running as a Docker containers. The …

linux jenkins docker containers
CSS auto-fit container between float:left & float:right divs

I'm looking for a way for CSS(3) to be able auto adjust the width of a center container div between …

containers autosize css
Docker alpine image's basic commands are not working

docker started to produce weird bugs when I was using a few simple alpine based containers. Two of these problems …

ssh docker containers alpine
Abstract factory pattern on top of IoC?

I have decided to use IoC principles on a bigger project. However, i would like to get something straight that's …

inversion-of-control factory containers
'make' command not found in docker container

I have a docker image which is running docker host with ubuntu 14.04. In one of the containers, I am trying …

docker apache-kafka containers apt-get docker-container
kubernetes deployment- container not starting- error- InvalidImageName

Below is the Kubernetes deployment yaml file -container image section: image: https://registry.ng.bluemix.net/****/test-service:test-branch-67 imagePullPolicy: Always …

deployment kubernetes containers ibm-cloud bluemix-app-scan
push back for the map container

we got this map : std::map <int, int> values; would this function be the same as the push_…

c++ map vector containers push-back
C++ iterator to const_iterator

How do I acquire a const_iterator (of some container class) from an iterator (of that container class) in C++? …

c++ stl iterator containers const-iterator
Update max_map_count for ElasticSearch docker container Mac host

I'm using this container to start elasticsearch in docker. In accordance with the manual I have to update max_map_…

elasticsearch docker containers docker-container