First time posting on StackOverflow so please be gentle! I'm setting up a new RHEL8 server to run Podman. Previously, I've done this on a pretty vanilla server
I pulled a nixos container and now want to remove it. I enter: sudo machinectl remove nixos-21-tar But the return message is: Could not remove image: Access de
Can we run servicenow as a containerised application on a cluster or a VM rather than using it as SaaS or Paas?
I am using a minikube from powershell (minikube start) I can do all the things successfully like creating the image of my spring boot rest API. Creating the con
So I have a docker container with a python app and new relic python agent. In azure devops, I push the container to my registry, and then release it to a web ap
I'm using Azure function application and I'm using 5 or 6 blob trigger function in my project, I publish my project to azure and I need the function app to be e
I am trying to run an asp.net web api with docker container but I get status code 400 (Bad request) as the response when I send a request to the api. The api w
Below is my dockerfile. After the dependencies are installed, I want to delete a specific binary (ffmpeg) from the node_modules folder on the container, and the
Python Code: with open("/var/lib/TestingVolume.txt", "r") as outFile: data = outFile.read() with open("/var/lib/TestingVolume.txt", "w") as outFile: out
I have a pod named 'sample_pod' and a container named 'sample_container' running inside the pod. sample_container's entry point is a python bin file (sample.py)
What I Want: After a successful connection, I want curl to exit successfully. I am running this command inside a container, so I want the curl command to exit s
I always used docker-compose on Ubuntu, in this environment containers are named with underscore: <project>_<service>_<replica> But now, I swi
I'm using BlackDuck scanning use script detect.sh from Synopsys to scan docker image but I don't know how to scan path in docker image. My setting below: ./dete
I know the official Heroku guidance is "don't use privileged users/groups in docker containers", but what I wonder is, can you even create and use your OWN user
I have container A this container holds my broker service that delivers messages and creates a socket that my other services connect to and then send messages t
I had setup a WSL2 Ubuntu. Now I am running a local SQL Server instance on the 1401 port using Docker. Container port: 0.0.0.0:1401->1433/tcp I would like
I have build a singularity container and uploaded it to my HPC service. Is there a way to change the runscript of the .sif file without rebuilding the whole con
I find that I can use ctr snapshot mount to copy a file from a container to a host. But how can I copy a file from a host to the container using containerd? I u
I've been trying to work on my ecommerce homepage, as you can see from the screenshot I'm trying to fix the categories icon position in my Homescreen though it
I am trying to create a Kubernetes job, that would run from some machine. I would like that job could somehow copy files from this machine into container runnin