Alpine Linux with docker and podman preinstalled (Live ISOs)
Find a file
Mexit 39c8abfa2d
Merge pull request #4 from Mexit/test3.19
Updated Alpine Linux to v3.19
2023-12-08 15:00:03 +01:00
.github Updated Alpine Linux to v3.19 2023-12-08 14:58:11 +01:00
.editorconfig Update .editorconfig file 2022-01-29 10:54:30 +01:00
genapkovl-docker.sh Updated Alpine Linux to v3.19 2023-12-08 14:58:11 +01: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 README.md: added Portainer 2023-05-29 19:56:59 +02: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)