Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 363 Bytes

File metadata and controls

27 lines (17 loc) · 363 Bytes

archlinux-ssh

This image is Arch Linux with OpenSSH.

You can use Arch Linux on Docker via SSH.

Usage

  1. Download the image.
docker pull u2fsdgvkx1/archlinux-ssh
  1. Run it.
docker run -d -p 2220:22 u2fsdgvkx1/archlinux-ssh
  1. Connect.
ssh root@{docker ip} -p 2220

Warning: The default password is empty. Please modify it.