I have an application in digital ocean using Dokku.
I created a mysql database that is linked to my application.
dokku mysql:create db_name
dokku mysql:link db_name app_name
The database structure is in a file on my computer. I sent the file to my droplet via sftp.
sftp root@ipmydroplet
put localdirectory/filename
When I try to import the bank structure it shows me this error.
dokku mysql:db_name < filename
Show this:
rpc error: code = 2 desc = containerd: container not found