Hi, 
i don't know why, when i intall traefik (docker) after version 2.6.0 
docker container exit direct -> with this error ...
standard_init_linux.go:219: exec user process caused: exec format error 
standard_init_linux.go:219: exec user process caused: exec format error 
...
only work with 2.6.0 all others next version not work  ???
you know why ?
             
            
               
               
               
            
            
           
          
            
              
                cakiwi  
                
               
              
                  
                    March 27, 2022,  4:27pm
                   
                   
              2 
               
             
            
              Looks like docker is pulling the wrong architecture container.
             
            
               
               
               
            
            
           
          
            
            
              it's weird because the previous versions work well !
             
            
               
               
               
            
            
           
          
            
              
                cakiwi  
                
               
              
                  
                    March 27, 2022,  4:41pm
                   
                   
              4 
               
             
            
              What docker version and what platform are you running on ?
             
            
               
               
               
            
            
           
          
            
            
              i use unraid on slackware.
             
            
               
               
               
            
            
           
          
            
              
                cakiwi  
                
               
              
                  
                    March 28, 2022,  1:34am
                   
                   
              6 
               
             
            
              I'm more interested in the specific docker server version from docker system info and the architecture(platform) reported by uname -m.
The image on docker hub is multi-architecture  and docker should select the correct version for your platform.
You could try upgrading docker.  Alternatively you can pull the specific container.  Inspect the manifest for the image: docker manifest inspect traefik:v2.6.2  then you can pull the specific image. e.g. for an x86_64 platform you'd pull the amd64 image using the hash.
docker pull traefik:v2.6.2@sha256:b8ca739c8361611a964dfa5f023750de17f34e342997c50dbdfb5a38e3450edd
             
            
               
               
               
            
            
           
          
            
            
              docker systeme info
docker system info
Client:
 Context:    default
 Debug Mode: false
Server:
 Containers: 20
  Running: 20
  Paused: 0
  Stopped: 0
 Images: 37
 Server Version: 20.10.5
 Storage Driver: btrfs
  Build Version: Btrfs v4.20.1 
  Library Version: 102
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
 init version: de40ad0
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 5.10.28-Unraid
 Operating System: Slackware 14.2 x86_64 (post 14.2 -current)
 OSType: linux
 Architecture: x86_64
 CPUs: 32
 Total Memory: 110GiB
 Name: Tower
 ID: PIWG:4MOH:LH22:5HEN:VDML:LECI:ZJTU:OR56:25F6:AZEI:GKEJ:JKCX
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
 Product License: Community Engine
 
uname
x86_64
 
when i change my docker-compose with image : traefik:v2.6.2@sha256:b8ca739c8361611a964dfa5f023750de17f34e342997c50dbdfb5a38e3450edd
not work 
             
            
               
               
               
            
            
           
          
            
              
                cakiwi  
                
               
              
                  
                    March 28, 2022,  1:16pm
                   
                   
              8 
               
             
            
                I'm out of ideas right now.
You're not using a custom entrypoint are you ?
             
            
               
               
               
            
            
           
          
            
            
              no  
me too .. 
Maybe the next version will fix that?