Questions tagged [alpine]

Alpine Linux is a Linux distribution that prides itself on being small, simple, and secure. Alpine Linux is a common choice for running inside Docker containers.

Alpine Linux (https://alpinelinux.org/) is a Linux distribution that prides itself on being small, simple, and secure. Alpine Linux is a common choice for running inside Docker containers.

97 questions
0
votes
2 answers

K8s no dns resolution on all used test images

Hi community and K8s experts, I installed a clean K8s cluster based on virtual machines (Debian 10). After the installation and the integration into my landscape, I repaired in the first step the coreDNS resolution. I did further test's and found…
ZPascal
  • 143
  • 1
  • 1
  • 7
0
votes
1 answer

Lighttpd alpine container logging

The context is that I want to serve a static website inside a docker container so I can have some dedicated metrics, and I want the logs to use stdout/stderr. To do that I thought of using Lighttpd with an Alpine image. I found a tip here where we…
VascoCC
  • 101
  • 4
0
votes
1 answer

Why does Alpine-based sshd shut down when first session ends?

I have a simple Docker container for a purposeful sshd server whose image derives from alpine:latest. It currently uses /usr/sbin/sshd -D -e -ddd as its entrypoint. When I ssh into it for running a certain command remotely, that command executes…
rookie099
  • 375
  • 3
  • 14
0
votes
2 answers

Configuring a PHP Apache Web Service Container at Build Time

I am building a PHP Apache Web Service Docker Container Prototype. The first and simplest way was to create a Container with the official Image published by WordPress with a simple Dockerfile like: FROM wordpress:latest Which builds but than…
0
votes
1 answer

Google Cloud Compute Engine VMs with Alpine Linux

How to create GCE image with Alpine Linux that can be used to create GCE VMs?
-1
votes
1 answer

Installing AIDE in Alpine

I'm trying to make my Alpine instance more secure by installing AIDE but it doesn't seem to be in the repos: #apk add aide fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz fetch…
user3333099
  • 39
  • 2
  • 6
-1
votes
2 answers

Does Alpine Linux Docker Image contain OpenSSL

Does the official alpine docker image bundle OpenSSL. I created a new container locally and I can't find the openssl command. Is there an official doco with everything that's installed by default? I couldn't find it on the alpine website?
Nikolay
  • 107
  • 1
  • 2
1 2 3 4 5 6
7