Unfortunately there is no change in behavior. I issued the following commands to remove the current docker image
sudo snap stop docker
sudo snap remove docker
Then I installed per your suggestion
sudo snap install docker --devmode
Then I pulled over the latest Losant Edge Agent
sudo docker pull losant/edge-agent
I also renamed my config file from config.iotgw to config.toml
Lastly I used the following command to start the Losant Edge Agent
sudo docker run -d --restart always --name losant-agent
-v /home/losant-edge-agent/data:/data
-v /home/losant-edge-agent/config.tom;:/etc/losant/losant-edge-agent-config.toml
losant/edge-agent