11,457
questions
0
votes
0
answers
8
views
Unable run hello-world:nanoserver
We are trying to install the Mirantis container runtime in the Azure machine, we got the same error in the on premise machine that time IT team removed all group policies. Now they said that it is not ...
1
vote
1
answer
20
views
featureUtility installServerFeatures gets "CWWKF1390E: The configured Maven Repository cannot be reached. " on container
I'm trying to build a container for open liberty on podman following the steps here - https://openliberty.io/guides/containerize-podman.html.
It looks like the RUN features.sh step is failing because ...
-1
votes
0
answers
20
views
Node Js Memory Issue in Kubernetes container
We have a front end application with the below configuration
"next": "14.2.12",
"node": 18.20.4
The application is deployed as container services using kubernetes.
We ...
0
votes
0
answers
16
views
Anyone familiar with CUDA IPC in Python with ctypes?
I'm currently trying to communicate large data between processes inside and outside a container via the GPU. I'm using CUDA IPC, and while the sender uploads the data, the receiver reads only zeros. ...
0
votes
1
answer
18
views
Is there a way to search/sort an AZURE Storage Container
I have an Azure storage container with multiple .csv files Prefixed with a vendor name, the file name, and the Date example Vendor_RecordResult_OCT_01:01:01 AM. Is there a way to Search/Sort the ...
0
votes
1
answer
65
views
How can i remove containers spaces
im wondering if you can specify a custom width or height to your container when using a bootstrap and if will not affect the default responsiveness of the bootstrap container. Now, this is my main ...
0
votes
0
answers
18
views
Make HTML element width stretch to specified hardcoded value extending parents width
I'm making simple handmade modal setup for react app. Let's say 3 upper divs form structure of my modal and 4th inner div is it's actual content I will insert into a modal as code below shows.
<div ...
0
votes
0
answers
13
views
Trouble Applying Customized Configuration Settings in Postgres
I have a question regarding configurations optimization in Postgres 17. I have coded for optimized configurations. For most of the parameters, the settings get applied except for effective cache size, ...
0
votes
1
answer
61
views
Docker Desktop (Windows) upgrade to version 4.34.3 failed [closed]
I was trying to upgrade my Docker Desktop installation to the latest version (4.34.3). During the Docker Desktop restart after the installation, the following error was given:
deploying WSL2 ...
0
votes
0
answers
25
views
Docker has an error when starting a container, I don't understand [duplicate]
I need to connect Docker with Azure but the container is not workingw
(HTTP code 500) server error - Ports are not available: exposing port TCP 0.0.0.0:1533 -> 0.0.0.0:0: listen tcp 0.0.0.0:1533: ...
1
vote
1
answer
116
views
What are the benefits of using two containers of shared_ptr over one of unique_ptr and the other of raw pointers?
I'm working on a game, represented by the Game class, which owns every GameEntity and stores them in a container.
However, for convenience my Game class would also like to have a dedicated container ...
0
votes
0
answers
62
views
error: invalid argument: File not found : /app/Resources/TestFiles/Happy.pdf in Docker Container .NET Test Project
I'm containerising a .NET Test Project using Docker Container, copying test resources (pdf) being used in tests. Resources are getting copied and I can see files inside container, but tests says:
...
0
votes
1
answer
106
views
Why does deploying to azure web app fails with no apparent error? How can i retrieve better error logs to fix the issue?
I have a Flask/React webpp that I want to deploy to Azure WebApp but it fails with no apparent reason. I have build and deploy setup like this in packages.json:
"build": "react-...
0
votes
0
answers
14
views
Adding IP-based Search Functionality in OpenStack Skyline Dashboard
I've recently set up the OpenStack Skyline dashboard in a Docker environment, and I'm trying to enable search functionality by IP address within the interface. This would make it much easier to locate ...
1
vote
0
answers
63
views
How to kill Java Threads Running on containers?
package com.example.demo;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation....