Top "Containers" questions

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

What are the differences between Kubernetes Pods and Docker Compose(s) (Composures?)

Both Kubernetes Pods and the results of Docker Compose scripts (henceforth: "Compositions") appear to result in clusters of virtual computers. …

docker containers kubernetes docker-compose
Unsupported config option for services.volumes

Trying to setup docker for the first time and I'm running into a problem with volumes. I feel pretty confident …

docker docker-compose containers docker-volume
Difference between Kubernetes and Service Fabric

I have worked on Kubernetes and currently reading about Service Fabric, I know Service Fabric provides microservices framework models like …

kubernetes containers azure-service-fabric
Do docker containers retain file changes?

This is a very basic question, but I'm struggling a bit and would like to make sure I understand properly. …

docker containers lifecycle
Understanding servlet container

As a UI devloper and someone with very limited Java knowledge, how do I understand what exactly is servlet container …

java jsp servlets weblogic containers
How to restore MySQL dump from host to Docker container

I'm sure this is a duplicated topic, but I simply cannot get it done: I like to restore my database …

mysql docker containers restore dump
Add bind mount to Dockerfile just like volume

I want to add the bind mount to docker file just like I initialise a volume inside Dockefile. Is there …

docker containers docker-volume
In h264 NAL units means frame.?

I am working on a h264 video codec. I want to know: Is a single NAL unit in H264 equivalent …

video media-player containers h.264 video-codecs
Getting container/parent object from within python

In Python, is it possible to get the object, say Foo, that contains another object, Bar, from within Bar itself? …

python class object containers
Change lxc container directory

Can I change the directory where lxc containers are initialized and kept? Now they are created under /var/cache/lxc, …

containers lxc