Trying to start up a buildroot container that I created. Having issue with overlayfs error

Previously, I have used Buildroot to create a root file system that I could run with Docker on an Intel platform using Debian. Now I am trying to do the same thing with an Arm system using Debian. Now during the start up process, I get the following error

[ 3420.819005] overlayfs: filesystem on '/var/lib/docker/check-overlayfs-support150081497/upper' not supported as upperdir
[ 3424.482549] aufs test_add:264:dockerd[3503]: already stacked, /var/lib/docker/tmp/docker-aufs-base517220317 (overlay)

Now is this an internal issue with Docker? I am currently at a loss on how to approach this problem since I basically followed the same build process except for an Arm vs x86 build.

Currently running on Debian 11 (Bulleye)
Linux BeagleBone 5.10.168-ti-r77

Client: Docker Engine - Community                                                                              
 Version:    25.0.4                                                                                            
 Context:    default                                                                                           
 Debug Mode: false                                                                                             
 Plugins:                                                                                                      
  buildx: Docker Buildx (Docker Inc.)                                                                          
    Version:  v0.13.0                                                                                          
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx                                                    
  compose: Docker Compose (Docker Inc.)                                                                        
    Version:  v2.24.7                                                                                          
    Path:     /usr/libexec/docker/cli-plugins/docker-compose                                                   
                                                                                                               
Server:                                                                                                        
 Containers: 1                                                                                                 
  Running: 0                                                                                                   
  Paused: 0                                                                                                    
  Stopped: 1                                                                                                   
 Images: 1                                                                                                     
 Server Version: 25.0.4                                                                                        
 Storage Driver: overlay2                                                                                      
  Backing Filesystem: extfs                                                                                    
  Supports d_type: true                                                                                        
  Using metacopy: false                                                                                        
  Native Overlay Diff: true                                                                                    
  userxattr: false                                                                                             
 Logging Driver: json-file                                                                                     
 Cgroup Driver: systemd                                                                                        
 Cgroup Version: 2                                                                                             
 Plugins:                                                                                                      
  Volume: local                                                                                                
  Network: bridge host ipvlan macvlan null overlay                                                             
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog                                     
 Swarm: inactive                                                                                               
 Runtimes: io.containerd.runc.v2 runc                                                                          
 Default Runtime: runc                                                                                         
 Init Binary: docker-init                                                                                      
 containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb                                                  
 runc version: v1.1.12-0-g51d5e94                                                                              
 init version: de40ad0                                                                                         
 Security Options:                                                                                             
  apparmor                                                                                                     
  seccomp                                                                                                      
   Profile: builtin                                                                                            
  cgroupns                                                                                                     
 Kernel Version: 5.10.168-ti-r77                                                                               
 Operating System: Debian GNU/Linux 11 (bullseye)                                                              
 OSType: linux                                                                                                 
 Architecture: armv7l                                                                                          
 CPUs: 1                                                                                                       
 Total Memory: 483.4MiB                                                                                        
 Name: BeagleBone                                                                                              
 ID: b7b297bf-a5f7-4b6b-a821-30e3ea5008d6                                                                      
 Docker Root Dir: /var/lib/docker                                                                              
 Debug Mode: false                                                                                             
 Experimental: false                                                                                           
 Insecure Registries:                                                                                          
  127.0.0.0/8                                                                                                  
 Live Restore Enabled: false