githubBearbeiten

Docker Experts

Install Ubuntuarrow-up-right with Dockerarrow-up-right and build the Docker-Image.

Intel/amd64 Architecture

Local building is not necessary. The image can be pulled from DockerHub.

Base:

docker run -d -p 127.0.0.1:40405:22 --name=bsys systemlabor/bsys:pocketlabbase

Apple arm64 Architecture

Base:

docker run -d -p 127.0.0.1:40405:22 --name=bsys systemlabor/bsys:pocketlabbase-ARM64

login (shown with Intel/amd64 Architecture)

Get your RSA from the logs, the user is default set to pocketlab. Copy this key into a new file, e.g. .ssh/id_rsa_pocketlab.key :

docker logs bsys |sed -n '/-----BEGIN OPENSSH PRIVATE KEY-----/,/-----END OPENSSH PRIVATE KEY-----/p' > .ssh/id_rsa_pocketlab.key

The .ssh/id_rsa_pocketlab.key file should be only readable by you (the owner).

Login to running docker image:

ssh -p40405 -i path/to/rsa pocketlab@localhost

with above .ssh/id_rsa_pocketlab.key file e.g.:

ssh -p40405 -i  .ssh/id_rsa_pocketlab.key bsys@localhost

.ssh/config

Install X Server

Windows

install Xming, basic configuration with installation wizard

MacOS

Install Xquartz, with basic configuration, X11 forward to be configured!

Linux

nativly installed

access

via Browser to http://localhost:40001

in case of problems try:

Zuletzt aktualisiert