Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

standard_init_linux.go:211: exec user process caused "exec format error"

The problem of this might be due to the fact you are using a base image that 
does not correspond to your device-type architecture e.g. arm, aarch64, ...

Check your system with the following command
$ uname -m
and check the base image on DockerHub
Comment

standard_init_linux.go:178: exec user process caused "exec format error"

If anyone has this problem when running the image on an x86 machine,
build the docker image with --platform linux/amd64
Comment

PREVIOUS NEXT
Code Example
Shell :: amend commit 
Shell :: print colored text bash 
Shell :: restore deleted commits 
Shell :: remove all untracked files git 
Shell :: clone branch in git 
Shell :: bash array initialization multiple lines 
Shell :: remove git from angular oproject 
Shell :: restart computer by terminul in ubuntu 
Shell :: ubuntu remove all folders but keep some 
Shell :: git log filter merge commits 
Shell :: k8 delete deployment 
Shell :: remove folder ubuntu 
Shell :: move all files in a directory linux 
Shell :: install passport local 
Shell :: push to git with token 
Shell :: docker clear disk 
Shell :: clear teams cache powershell 
Shell :: homebrew not in path on ubuntu 
Shell :: yarn cache directory 
Shell :: check ip address linux 
Shell :: home brew mac 
Shell :: bash rename foldr 
Shell :: compress directory with tar and bzip2 
Shell :: copy files out of docker 
Shell :: ubuntu version command line 
Shell :: @react-navigation/stack install npm 
Shell :: keep only last line bash 
Shell :: revert last merge git 
Shell :: delete non empty directory cmd 
Shell :: install notion enhancer 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =