mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-28 08:49:52 +03:00
14 lines
502 B
Markdown
14 lines
502 B
Markdown
# 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`)
|