Skip to main content

All Questions

Tagged with
0 votes
0 answers
86 views

Having issues joining my kubernetes worker noed to a controller node

"error execution phase preflight: couldn't validate the identity of the API Server: Get "https://master-node.xxxxx.xxxxx:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=...
Aka Onyekachukwu's user avatar
2 votes
1 answer
2k views

Docker apt-get update fails during building phase

Dockerfile first lines FROM ubuntu:22.10 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update bash script cargo clean docker build -t (name) . I have an Ubuntu 16.04 server where rust (and thus ...
Omiros Omiridis's user avatar
0 votes
0 answers
185 views

How to build Dockerfile for an old Ubuntu version (16.04) no longer supported by apt-get install python3.8?

I have the following problem: I have to build a docker image for Ubuntu 16.04 and Python 3.8 (it is required to use MSSQL 16 for Django and I have to use MSSQL 16), but no official Python image for ...
Paanik's user avatar
  • 1
0 votes
1 answer
1k views

Running ubuntu based container image on Centos is slower than on Ubuntu?

I have a question about Centos 7 vs Ubuntu 16.04 with docker Let assume that we have a container image that is based on Ubuntu 16.04 with a lot of systemcall Running the container image above on the ...
JAESANGPARK's user avatar
0 votes
1 answer
2k views

How to delete post build tangling docker images from Jenkins build file or bash script?

In a Jenkins pipeline scenario, how can I delete the images which are remaining after the build? I am now login on the VM and using a manual command: docker images -q |xargs docker rmi This is my ...
Alex Bran's user avatar
  • 443
1 vote
1 answer
2k views

Docker installing multiple versions of cuda on ubuntu 16.04

firstly, I'm still beginner in docker. I need to run multiple version of TensorFlow and each version requires a specific cuda version. my host operating system is ubuntu 16.04 I need to have multiple ...
maryam_hallal's user avatar
1 vote
0 answers
1k views

Docker : Installing Open-JDK in Ubuntu always giving error

I am a newbie to Docker and have referred multiple questions & posts since morning regarding this query, but not able to get a working solution. I am trying to use below Dockerfile and facing ...
Aditya Goel's user avatar
0 votes
1 answer
421 views

Unable to run docker container which has CPP code pthread_setschedparam()

I have a docker container, which has CPP code in it. void SetRealtimeThreadPriority() { sched_param const param{ThreadPriorities::Priority()}; int result = pthread_setschedparam(pthread_self(),...
Brgv's user avatar
  • 21
8 votes
1 answer
744 views

Dockerfile that Builds both ASP.NET Core and C++ binaries

I have the need to build both an ASP.NET Core application, which calls a C++ executable to get some work done. I have the docker file to build both images for .NET Core and C++ working great, but ...
MoonKnight's user avatar
  • 23.6k
3 votes
3 answers
10k views

install php7.4 on ubuntu 16.04 - Dockerfile

I am trying to install php7.4 and related packages with below commands FROM ubuntu:16.04 RUN apt update \ && apt install -y software-properties-common\ && add-apt-repository ...
Asha's user avatar
  • 367
3 votes
1 answer
5k views

Docker image: Unable to locate package php7.2

I have had a bitbucket pipeline setup which had been working flawlessly for a year yet it stopped working few days ago Here is the beginning of my bitbucket config image: atlassian/default-image:2 ...
Denis's user avatar
  • 349
4 votes
1 answer
2k views

The certificate data cannot be read with the provided password, the password may be incorrect when running ASP.NET Core Kestrel on Linux

I created self signed SSL certificates by following this tutorial: https://devblogs.microsoft.com/aspnet/configuring-https-in-asp-net-core-across-different-platforms/ I am using Linux Ubuntu 16.04 LTS ...
Vlado Pandžić's user avatar
1 vote
1 answer
2k views

Running a go script wtih cron in Docker

I've been trying to run a go script with cron under Ubuntu 16.04 Docker image. Here are the files that I've Dockerfile FROM couchbase RUN apt-get update RUN apt-get install gcc make -y RUN apt-get ...
Lexx's user avatar
  • 705
0 votes
1 answer
514 views

Docker build dependent on host Ubuntu version not on the actual Docker File

I'm facing an issue with my docker build. I have a dockerfile as follow: FROM python:3.6 RUN apt-get update && apt-get install -y libav-tools .... The issue I'm facing is that I'm getting ...
user8912375's user avatar
2 votes
2 answers
12k views

docker nginx port 80 permission denied on ubuntu 16

My host machine is on aws lightsail ubuntu 16. Everything working working in my local machine but on aws ubuntu 16. I facing the error: nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission ...
user avatar

15 30 50 per page
1
2 3 4 5
18