Manjaro arm chromium-docker not running

it displays a terminal then disappears

ran it in terminal and got:

/usr/local/bin/chromium-armhf
Set host IP for Pulseaudio
/usr/local/bin/chromium-armhf: line 4: hostname: command not found
Enabling XHost Forwarding
non-network local connections being added to access control list
Searching for Docker image ...
Found and using 
"docker run" requires at least 1 argument.
See 'docker run --help'.

Usage:  docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Run a command in a new container

no idea what i am doing with docker or arm to begin to know what to do next

i got this output from my build but much of it was truncated

(Reading database ... 22338 files and directories currently installed.)
Preparing to unpack chromium-browser.deb ...
Unpacking chromium-browser (78.0.3904.97-0ubuntu0.16.04.1) ...
Setting up chromium-browser (78.0.3904.97-0ubuntu0.16.04.1) ...
update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/chromium-browser to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
Processing triggers for hicolor-icon-theme (0.17-2) ...
Removing intermediate container 4772f94b57ea
 ---> 4c0aaf61294a
Step 8/16 : ADD widevine/libwidevinecdm.so /usr/lib/chromium-browser
 ---> 4baec3e9a1d4
Step 9/16 : ADD widevine/PepperFlash /usr/lib/chromium-browser/pepper
 ---> 45b268f6c912
Step 10/16 : ADD widevine/netflix-1080p-1.20.1 /usr/lib/chromium-browser/netflix-1080p
 ---> 30f48d4ab160
Step 11/16 : COPY pulse-client.conf /etc/pulse/client.conf
 ---> b1510f845a70
Step 12/16 : ENV UNAME mediaguy
 ---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in 894dfbd3475b
Removing intermediate container 894dfbd3475b
 ---> 0ec499ff292a
Step 13/16 : RUN export UNAME=$UNAME UID=1000 GID=1000 &&     mkdir -p "/home/${UNAME}" &&     echo "${UNAME}:x:${UID}:${GID}:${UNAME} User,,,:/home/${UNAME}:/bin/bash" >> /etc/passwd &&     echo "${UNAME}:x:${UID}:" >> /etc/group &&     mkdir -p /etc/sudoers.d &&     echo "${UNAME} ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/${UNAME} &&     chmod 0440 /etc/sudoers.d/${UNAME} &&     chown ${UID}:${GID} -R /home/${UNAME} &&     gpasswd -a ${UNAME} audio
 ---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in c004b9056dae
Adding user mediaguy to group audio
Removing intermediate container c004b9056dae
 ---> e28bb305ecee
Step 14/16 : USER $UNAME
 ---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in 1ddd3fa7d7f2
Removing intermediate container 1ddd3fa7d7f2
 ---> e9bc24d38329
Step 15/16 : ENV HOME /home/${UNAME}
 ---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in 7f2676fd3830
Removing intermediate container 7f2676fd3830
 ---> f09c9b5f4687
Step 16/16 : CMD ["/usr/bin/chromium-browser", "--user-agent='Mozilla/5.0 (X11; CrOS armv7l 12607.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.123 Safari/537.36'"]
 ---> [Warning] The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in 286c13d34678
Removing intermediate container 286c13d34678
 ---> 53992ab11d3a
Successfully built 53992ab11d3a
Successfully tagged hthiemann/chromium-armhf:latest
Enabling xhost forwarding
non-network local connections being added to access control list
chromium_home
Cleaning Up
Installing Chromium inside Docker Image Completed
Open Chromium from Applications List
Docker requires a reboot for the permissions to be set
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...

so installing it a second time works then?

Yes thats right, Sometimes it doesnt completely install properly on the first attempt.

Second time it does.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.