Alpine Linux with docker and podman preinstalled (Live ISOs)
Find a file
docxml 240807b826
Typo README.md (#7)
Typo markdown code
2024-12-02 20:24:10 +01:00
.github Update release action 2024-11-20 12:23:41 +01:00
.editorconfig Updated .editorconfig 2024-01-26 13:08:09 +01:00
genapkovl-docker.sh AlpDock updated to v3.20.3 2024-09-09 14:08:12 +02:00
LICENSE first commit 2021-11-21 00:26:27 +01:00
mkimg.docker.sh Alpine Linux updated to 3.18 2023-05-15 18:10:39 +02:00
README.md Typo README.md (#7) 2024-12-02 20:24:10 +01:00

AlpDock

Alpine Linux with docker preinstalled (Live Image)

AlpDock includes only minimum amount of software needed to run Docker and SSH server.

Root account

The root account does not have a password. To set it, type passwd.

Networking

DHCP is enabled on eth0.
To configure other interfaces run setup-interfaces and then service networking restart to apply settings.

SSH

By default, it is not possible to log into the root account via ssh: use linux account (pass: linux)

Portainer

Type alpdock-run-portainer to run Portainer.
You can log into your Portainer Server by opening a web browser and going to:
https://localhost:9443 (Replace localhost with the relevant IP address)