Skip to main content

Questions tagged [alpine-linux]

Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

-2 votes
0 answers
18 views

Alpine and macOS dualbooting

I'm trying to dualboot alpine linux with mac. I have installed refined correctly. And also installed alpine on a separate partition from mac following this guide. But when I start the computer the ...
ama coder's user avatar
0 votes
0 answers
20 views

How to resolve issues migrating scripts from Vagrant (Ubuntu) to Docker (Alpine)?

I am trying to migrate my development environment from Windows to Linux, which is going fine. However, my setup in Windows was using Vagrant with VirtualBox as the provider to set up the development. ...
JoSSte's user avatar
  • 405
0 votes
1 answer
47 views

Failed to set the root user to MongoDB

I have created a MongoDB docker container with the following compose.yaml --- services: mongodb: image: "docker.io/library/mongo:7.0.11" container_name: mongodb restart: unless-...
crackpot's user avatar
  • 111
0 votes
0 answers
26 views

Install K3s + Cilium + Alpine

i'm trying to install k3s with cilium on an alpine 3.20 virtual machine (https://dl-cdn.alpinelinux.org/alpine/v3.20/releases/x86_64/alpine-extended-3.20.0-x86_64.iso), following the steps below, but ...
skopp's user avatar
  • 101
1 vote
0 answers
63 views

Find name of equivalent packages: from Ubuntu to Alpine

Is there a way of finding the equivalent package from a list of Ubuntu packages, for Alpine? I'm aware of repology, apt-file, the apt-cache, apk search, https://pkgs.alpinelinux.org and https://...
Samuel Marks's user avatar
1 vote
1 answer
53 views

Not able to connect to Gitea through WireGuard although NGINX works

I am not able to connect to Gitea through WireGuard VPN, but NGINX works. Also I can connect without WireGuard. Setup: Gitea runs in Docker on Alpine Linux on a Windows-hosted Oracle VM VirtualBox ...
miloxe's user avatar
  • 111
0 votes
1 answer
231 views

How to get ZFS working on Alpine Linux 3.18?

According to this tutorial, all I need do is install the zfs and zfs-lts packages, issue a modprobe zfs and I'm good to go. Not so much. Having created a pool and a couple of datasets, I rebooted the ...
Sod Almighty's user avatar
0 votes
0 answers
287 views

Home Assistant OS + Wireguard Client addon = IP Masquerading not working correctly

I installed addon wireguard-client on my Home Assistant OS on Raspberry Pi IP masquerading is not working; I cannot access other devices on my local area network traceroute stops at 10.10.1.2 instead ...
jotyhista's user avatar
0 votes
0 answers
253 views

Alpine linux as router - Hurricane electric/ tunnel broker 6in4 not routing packets to LAN

I'm trying to IPv6 working. I'm using alpine Linux as my router. So far I've go the tunnel up on my router. My router can ping6 ipv6.google.com and receives a reply. I've set up router advertisements ...
Numnumzz's user avatar
1 vote
1 answer
462 views

Running mariadb on alpine container

I'm attempting to run mariadb on an alpine:latest (asof 20231027; 20230901; 3.18.4) container. Forgive a n00b, but I've always run it on a host system that comes with it pre-installed. I ran ...
FIREBAAT's user avatar
0 votes
1 answer
1k views

Auto-mount USB drive when plugged in on Alpine Linux

I know that Alpine Linux doesn't enable the auto-mounting of USB drives when they are plugged in but I have an application where I would like this to work without the user needing to mount the drive ...
H0ckeyfr33k99's user avatar
0 votes
0 answers
146 views

Downgrade libreswan version inside docker alpine

I configured vpn server inside docker from this repo 10 months ago. But recently met connection errors. I found this issue and want to try fix it with downgrading libreswan to 4.15, but don't ...
555Russich's user avatar
1 vote
1 answer
542 views

Errors running pppd inside a docker container

I have a docker container that I'm trying to run pppd inside of. The host kernel has CONFIG_PPP=y. I'm setting up the ppp device like this: mkdir /run/container/dev mknod /run/container/dev c 108 0 ....
Tom's user avatar
  • 545
3 votes
1 answer
827 views

Install latest hugo package version on Alpine

I want to install the latest version of the Hugo package with apk in Alpine. based on pkg detail, the latest version is 0.114.1-r0 but when I put to run this code in Dockerfile, this has error: ENV ...
njfamirm's user avatar
  • 133
1 vote
0 answers
2k views

Can't mount usb drives in Alpine Linux

When I try to mount /dev/sdb1 or /dev/sdb2 (which is my usb drive), I get this error: doas mount /dev/sdb2 /mnt/usbdrive mount: mounting /dev/sdb2 on /mnt/usbdrive failed: Invalid argument I've tried ...
Ignacy Hryniewiecki's user avatar

15 30 50 per page
1
2 3 4 5
8