Skip to content

2.10 Container Deployment

D3vil0p3r edited this page Jul 2, 2023 · 2 revisions

Athena OS amd64 on Mac M1/M2

Download Docker Desktop, open it and go to Settings, then enable it (use Rosetta for x86/amd64 emulation on Apple Silicon): image

In General, enable VirtueFS, then apply and restart: image

Open Terminal and pull Athena OS container by using docker pull --platform linux/amd64 athenaos/rdp:latest for Athena OS RDP container.

Once pulled, run:

docker run -ti --name athena-rdp --cap-add CAP_SYS_ADMIN --cap-add IPC_LOCK --cap-add NET_ADMIN --cgroupns=host --device /dev/net/tun --shm-size 2G --sysctl net.ipv6.conf.all.disable_ipv6=0 --volume /sys/fs/cgroup:/sys/fs/cgroup --publish 23389:3389 --publish 8022:22 --restart unless-stopped docker.io/athenaos/rdp:latest

Login by using athena:athena credential.

To connect by RDP session, use Microsoft Remote Desktop Service, type 127.0.0.1:23389: image

Save and connect to it.