Top "Containers" questions

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

Expand container div with content width

I have the following structure in my application: <div id="container"> <div id="child_container"> <…

css containers expand
Flutter Layout Container Margin

I have a problem with my Flutter Layout. I have a simple container with a Margin right and left of 20.0 …

layout dart containers margin flutter
How to know the reason why a docker container exits?

I have a Docker container running in a host of 1G RAM (there are also other containers running in the …

docker containers exit
c++ deque vs queue vs stack

Queue and Stack are a structures widely mentioned. However, in C++, for queue you can do it in two ways: #…

c++ containers
How do I ssh into the VM for Minikube?

What is the username/password/keys to ssh into the Minikube VM?

docker containers virtualbox kubernetes
How to get the list of dependent child images in Docker?

I'm trying to remove an image and I get: # docker rmi f50f9524513f Failed to remove image (f50f9524513…

linux docker containers
How to copy files from local machine to docker container on windows

I have to import data files from a user local file C:/users/saad/bdd to a docker container (cassandra), …

file docker copy containers local
How to get a sub array of array in Java, without copying data?

I have some library of classes, working with my data, which is being read into buffer. Is it possible somehow …

java arrays containers
Get fragment's container view id

I have a fragment added using transaction.add(R.id.content, fragment, null); and I need to start new fragment …

android android-fragments containers android-view