I have added a Dockerfile so that you can try this out. Here is how:
git clone https://github.com/jerily/openacs-packages.git
cd openacs-packages
docker build . -t neo-openacs-packages:latest
docker run --network host neo-openacs-packages:latest
Once you run the last command, you can point your browser to http://localhost:8000/ and login with the following credentials:
email: test at example dot com
password: test
PS. The OpenACS instance in the docker image also includes the work I did on semantic search so you can try it out without building multiple images.