mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Alpine Linux with docker and podman preinstalled (Live ISOs)
![]() Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.editorconfig | ||
genapkovl-docker.sh | ||
LICENSE | ||
mkimg.docker.sh | ||
README.md |
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)