Alpine Linux with docker and podman preinstalled (Live ISOs)
Find a file
dependabot[bot] 86410e4f68
Bump actions/checkout from 3 to 4
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>
2023-12-08 13:52:39 +00:00
.github Bump actions/checkout from 3 to 4 2023-12-08 13:52:39 +00:00
.editorconfig Update .editorconfig file 2022-01-29 10:54:30 +01:00
genapkovl-docker.sh Alpine Linux updated to 3.18 2023-05-15 18:10:39 +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 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)