Releases: aind-containers/aind
v0.0.5
Moved the image from Docker Hub to GHCR: ghcr.io/aind-containers/aind@sha256:709dd79d5528f0d3a9476829428716c47f675d52a57997f2c02007bc8acfc9a4
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/
v0.0.4
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
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
v0.0.3
v0.0.2
Docker Hub: aind/aind:0.0.2@sha256:28ce44e20c249d899c10cd61977251c9588ad3b1acd52584104381f82e0c93ab
v0.0.1
Merge pull request #30 from AkihiroSuda/a support running adb directly on the host