Skip to main content

Questions tagged [data-containers]

The tag has no usage guidance.

data-containers
0 votes
0 answers
38 views

data popover not showing up in modal

I have the following popover buttons in multiple areas of my pages. With onmouseenter and onmouseleave the popover is working just fine placing the info/tip popover next to the button/icon that was ...
rolinger's user avatar
  • 3,016
0 votes
1 answer
2k views

ESP32 heap corruption error when releasing allocated memory

I am currently programming the ESP32 board in C++ and I am having trouble with my dataContainer class and releasing/allocating memory. I do use the following DataContainer class (simplyfied): ...
Slev1n's user avatar
  • 35
0 votes
1 answer
163 views

Data container with numeric field names

Is there a way in python to create a data container with numeric field names? A minimal example: I have variables called beta0, beta1, beta2 and would like to pack them into a container beta and ...
user64150's user avatar
1 vote
1 answer
352 views

ADA - Records in a hashmap. Problems with printing the hash map

I'm new to programming and this is my first attempt at a data container with records. I'm having difficulty with printing the hashmap between line 65-70. I'm guessing I need to break down the record ...
Ben's user avatar
  • 61
0 votes
1 answer
274 views

readonly parameter with container Class (C#)

Ok so let's say that I have a data container class public class DataContainer { public Person person; } and we already create an instance of this class DataContainer dataContainer = new ...
Xrs's user avatar
  • 31
0 votes
1 answer
1k views

Data Orientated Design; how do I optimize a data structure in c++ for performance?

I would like to have a class of varying number n of objects which are easily iterated over as a group, with each object member having a large list (20+) of individually modified variables influencing ...
Daggaz's user avatar
  • 9
3 votes
3 answers
4k views

Docker: Push data container onto Docker Hub

I am really new at this Docker stuff, and even newer at Docker Hub, so please bear with me … I have created a data container to use with my docker image (specifically, a data container to store data ...
Manngo's user avatar
  • 15.6k
2 votes
1 answer
109 views

How to make docker container be notified when volume from another container was updated?

I have docker container with Nginx and data container with static (JS,CSS) files only. At app start Nginx mounts volume from data container using volume_from. The problem appears when I want to update ...
Edward Stone's user avatar
1 vote
1 answer
515 views

docker volume container strategy

Let's say you are trying to dockerise a database (couchdb for example). Then there are at least two assets you consider volumes for: database files log files Let's further say you want to keep the ...
vkoster's user avatar
  • 45
2 votes
0 answers
197 views

How to share versioned data within a pod

We are currently serving around 140 webapps created by a bunch of different web agencies. The setup is the usual LEMP stack. A 1.2 k8s cluster has been installed to migrate them as micro-services. ...
dynek's user avatar
  • 21
27 votes
3 answers
41k views

Docker Compose - How to store database data?

I am new to docker and developing a project using docker compose. From the documentation I have learned that I should be using data only containers to keep data persistant but I am unable to do so ...
Salman Ghauri's user avatar
1 vote
2 answers
699 views

TFS workspace with Jenkins Docker container

So I have a Jenkins master container ali_jenkins_m setup which I spin up using a data volume container ali_jenkins_data for storing the Jenkins data. docker run -p 8080:8080 -p 50000:50000 --name ...
Ali Bhagat's user avatar
5 votes
3 answers
4k views

Docker - How to access a volume not attached to a container?

I have (had) a data container which has a volume used by other containers (--volumes-from). The data container has accidentally been removed. Thankfully the volume was not removed. Is there any way ...
Matt Bryson's user avatar
  • 2,784
11 votes
3 answers
37k views

Bootstrap tooltip data-container=body and limit scope of css on .tooltip-inner

I am using bootstrap 3.3 tooltips and had an issue with the tooltips being cropped/hidden. I solved this by setting data-container="body". <!--...--> <span class="callOutImg"> <a ...
Jason's user avatar
  • 2,193
-2 votes
1 answer
175 views

Is there a container like the one I am asking for?

I was looking to implementing a c++ container object with following properties: Keeps all the elements contiguously in memory, so that it can be iterated over without causing any cache misses. ...
The Light Spark's user avatar

15 30 50 per page