Alpine Linux with docker and podman preinstalled (Live ISOs)
Find a file
Mexit 79913e78cc
Merge pull request #6 from xcvbn23/feat/do-a-shallow-clone-instead-of-cloning-a-branches-whole-history
feat: do a shallow clone instead of cloning a branches whole history
2024-05-05 17:46:05 +02:00
.github feat: do a shallow clone instead of cloning a branches whole history 2024-05-05 09:05:05 +02:00
.editorconfig Updated .editorconfig 2024-01-26 13:08:09 +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)