Re: Docker experimental multi-arch image build (arm64, i386, amd64)
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Norbert: In message <DU2PR01MB855750CBE78E8CCFE8AA0FFAE8CEA@DU2PR01MB8557.eurprd01.prod. exchangelabs.com>, SCHLEMMER Norbert writes: >Used a Rpi4 with latest Rasoberry OS 64 bit to test your Roundup image > >Raspberry Pi OS with desktop >Release date: May 3rd 2023 >System: 64-bit >Kernel version: 6.1 >Debian version: 11 (bullseye) > >But the container didn't start. Any idea how to debug ? Let's make sure the image is sane. Do a: docker inspect <image id> and look for Arch. It should be arm64 or something like that. To get more info from the start script, add -e SHELL_DEBUG=1 to the docker command line and use shell rather than demo as the target. Also remove the --rm. docker run -it -e SHELL_DEBUG=1 -p 127.0.0.1:8917:8080 --name roundup_demo -v $PWD:/usr/src/app/tracker rounduptracker/roundup-development:multi shell See what that does. If it exits, try: docker logs <id of the container> you can get the container id from 'docker container ls -a' which will show exited (but not deleted (hence the removal of --rm)) containers. Thanks for trying this out. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.