Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

v0.0.4

Compare
Choose a tag to compare
@AkihiroSuda AkihiroSuda released this 16 Jun 05:42
· 1 commit to master since this release
v0.0.4
c7f6a18

This version adds support for Web mode

docker run -td --name aind --privileged -p 8080:8080 -e "WEBMODE=1" -v /lib/modules:/lib/modules:ro aind/aind
docker exec aind cat /home/user/.vnc/passwdfile

The container is accessible via the browser at http://localhost:8080/vnc.html

Other changes: v0.0.3...v0.0.4

Thanks to @jc-lab @Fuseteam @ii64 for contribution.


DockerHub: aind/aind:0.0.4@sha256:46308efc75b0311c773d34fcb227957f3f81b19037020113ebdf125e8332beed

⚠️ The aind/aind image on Docker Hub will no longer be updated, due to the latest policy change of Docker Hub: https://www.docker.com/blog/changes-to-docker-hub-autobuilds/
Migration to GHCR is planned: #77