Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
9 replies
99 views

I'm implementing a simple PHP service container for my personal website blog and want to make sure I'm setting it up correctly. My container has three types of service registration methods: singleton(...
germanshedder's user avatar
3 votes
2 answers
153 views

To provide background and explanation of the question: I was working with a base program (below) to figure out how to use JLayeredPane. I created a JLayeredPane and added it to the JFrame, then moved ...
Eliezer Meth's user avatar
0 votes
0 answers
26 views

My chat bubbles leave a large empty space on the right when messages wrap into multiple lines. I want the behavior like iMessage/WhatsApp: Bubble shrinks to fit short text. Long messages use max ...
Manou K's user avatar
3 votes
0 answers
55 views

In Octave, containers.Map objects are handle objects that can be passed around by reference but always refer to the same object [1]. However, the only test for "equality" between containers....
NateT's user avatar
  • 312
1 vote
0 answers
55 views

I am new to Docker. I am trying to run PrestaShop 1.7.7.2 using Docker Compose on my ARM Mac. The stack includes MariaDB, PrestaShop, and phpMyAdmin. Instead when I access the localhost on the web I ...
user31321909's user avatar
-2 votes
2 answers
260 views

I have a simple C++ program that manages as a todo list. The Todo, class contains a vector of Item to track each todo action and their id. The key constraint is that the ids must be kept strictly ...
0ro2's user avatar
  • 1,040
0 votes
1 answer
47 views

I've setup a custom container in Azure that will run a Function App, with the intention of connecting to my organisations GitHub (GHE) instance and using GH CLI pull a list of repos. I have a PAT ...
JT 19's user avatar
  • 3
1 vote
1 answer
48 views

I'm working on a Spring Boot application that runs fine when I: Run it directly (without Docker) Dockerize it and run it via Docker CLI: docker run -p 8080:8080 my-app Run it through Docker Desktop ...
Gunter's user avatar
  • 21
1 vote
0 answers
41 views

My organization has recently implemented the containerization for file upload and download scenarios (previously VMs being used) and we are asked to performance test that. During my testing I have ...
Kapil Kumar Sharma's user avatar
0 votes
1 answer
54 views

I have this situation with my Spring Boot application and the management of tests: The application is running correctly. But for its unit tests, regular tests are OK, while integration tests are ...
coriuser's user avatar
0 votes
0 answers
134 views

I have deployed a FastAPI application in Snowflake Snowpark Container Services (SPSC), and while the service appears to be running successfully, when I hit my API endpoints, I'm getting Snowflake's ...
Sudhanshu Joshi's user avatar
0 votes
0 answers
36 views

I have following resources: App Container Instance: hosting React using NginX + Docker Azure Storage account with access policy to allow only certain IPs (Including mine) Steps: Mounted the Storage ...
Nitin Rohilla's user avatar
0 votes
2 answers
67 views

When running getpeername inside a rootless podman container in a bridged network, the return value is different than if I directly use the host's networking stack (in this case, getpeername returns ...
njg's user avatar
  • 63
9 votes
1 answer
163 views

When MSVC move-constructs an std::set, it also move-constructs the allocator. Later, when it destructs the moved-from set, it uses the allocator to deallocate an element. The following explains what ...
Sven Sandberg's user avatar
1 vote
0 answers
35 views

I am currently packaging an old python/flask/pandas application (MyApp) into a podman container. When MyApp runs directly in Ubuntu Console, text messages (e.g. user defined warnings and errors from ...
BorisBanana's user avatar
0 votes
0 answers
261 views

I'm trying to use a host device (/dev/ttyUSB0) inside a container environment. While I know there are multiple ways to achieve this, I'd like to understand the minimum configuration required to make ...
trya2l's user avatar
  • 23
0 votes
0 answers
80 views

I'm running a MongoDB container (mongo:latest) on Azure Container Apps, but I'm facing an issue when mounting a persistent volume for MongoDB data. The container works fine before mounting the volume, ...
Alexander Chekushev's user avatar
0 votes
0 answers
59 views

I am trying to test the docker file in local through docker desktop but it not completing successfully but same dockerFile is working through ado pipeline and I am able to build and publish the image ...
pks's user avatar
  • 55
0 votes
1 answer
80 views

I want to run a docker container of my Flask App. I am running an open-source hydrological model called 'Wflow' (see GitHub) inside my Flask app. Moreover, to run this model I am also using a plug-in ...
Basit's user avatar
  • 33
0 votes
0 answers
215 views

Lately, I found why rootless podman was unable to run containers with some of the constraints: $ podman run --tty=true --rm --cpuset-cpus=0-3 ubuntu:latest pwd Error: runc: runc create failed: unable ...
Ivan_a_bit_Ukrainivan's user avatar
0 votes
0 answers
142 views

I have a portainer on a remote server with containers inside. With following code I can list stacks and the stack details of the containers without problem, when the control of the stacks are "...
Mdarende's user avatar
  • 801
0 votes
1 answer
112 views

I am Trying to build the container image through ADO pipeline and docker Task , While running Bash@3 Task getting Bash Error , that I added below. and if I skip the Bash@3 task getting another error ...
pks's user avatar
  • 55
2 votes
1 answer
154 views

Here is the problem — my vertical line does not properly fill the page when I want to add text to page. I have created the vertical line and the horizontal line with <div>, and they gave me much ...
DenardRaps's user avatar
1 vote
1 answer
132 views

anyone can explain to me how to use : ContainerExecLibpod According to document the api has : AttachStderr AttachStdin AttachStdout I want to know how to use that api parameters . the podman api ...
mah454's user avatar
  • 1,948
0 votes
1 answer
382 views

So, my situation: 2 docker containers: postgres and a server. I want to run them in a way, that: prevents external access to postgres allows server to access postgres allows external access to server ...
God I Am Clown's user avatar

1
2 3 4 5
229