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

Releases: aind-containers/aind

v0.0.5

22 Jun 11:11
v0.0.5
e037ca2
Compare
Choose a tag to compare

Moved the image from Docker Hub to GHCR: ghcr.io/aind-containers/aind@sha256:709dd79d5528f0d3a9476829428716c47f675d52a57997f2c02007bc8acfc9a4


⚠️ 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/

v0.0.4

16 Jun 05:42
v0.0.4
c7f6a18
Compare
Choose a tag to compare

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

v0.0.3

08 Oct 17:30
21340a3
Compare
Choose a tag to compare

v0.0.2

17 Apr 16:44
99ee195
Compare
Choose a tag to compare

Docker Hub: aind/aind:0.0.2@sha256:28ce44e20c249d899c10cd61977251c9588ad3b1acd52584104381f82e0c93ab

v0.0.1

17 Apr 12:37
5b24c35
Compare
Choose a tag to compare
Merge pull request #30 from AkihiroSuda/a

support running adb directly on the host