Top "Containers" questions

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

wrapping Scaffold with Container for gradient background How to set gradient to container background?

I'd like to wrap a Scaffold with a Container in order to get a gradient background that's also underneath the …

flutter dart containers gradient
Difference between Docker ENTRYPOINT and Kubernetes container spec COMMAND?

Dockerfile has a parameter for ENTRYPOINT and while writing Kubernetes deployment YAML file, there is a parameter in Container spec …

docker containers kubernetes dockerfile
How to create WPF usercontrol which contains placeholders for later usage

I'd better ask the question by example. Let's say I have UserControl and Window which uses this control. I would …

wpf user-controls containers placeholder
How to increase width of Bootstrap container on Max width?

I've placed a DataTable within a Bootstrap div of type container. When I run the website on the browser's max …

html css twitter-bootstrap containers contentsize
Auto expanding Container in flutter -- for all devices

I need a Container with some text in to auto expand. I have an API call, which can be anything …

flutter containers expand
What is the right approach when using STL container for median calculation?

Let's say I need to retrieve the median from a sequence of 1000000 random numeric values. If using anything but std::…

c++ algorithm stl containers median
Template class with template container

How can I declare template class (adaptor) with different containers as template arguments? For example, I need to declare class: …

c++ templates stl containers
How can I iterate in reverse over a map in C++?

I'm having trouble iterating in reverse over a map in GCC C++. When I use a reverse iterator, it seems …

c++ loops dictionary for-loop containers
Push docker image to amazon ecs repository

Im new to AWS. I want to set up a private docker repository on an AWS ECS container instance. I …

amazon-web-services docker containers
Adding Shadows at the bottom of a container in flutter?

I have a simple screen with a container about 100 in height and with blue color. I want to add a …

flutter dart containers shadow box-shadow