Questions tagged [docker]
The container software docker. https://www.docker.com
229 questions
0 votes
1 answer
19 views
Is there a "shutdown script" equivalent to startup? Need to export stream table data before container stops
I'm running DolphinDB in a Docker container and restarting the container daily (creating a new container each time). My core requirement is: Export data from regular stream tables (non-persistent ...
-2 votes
1 answer
96 views
MySQL-Table doesn't exists while it exists
As you can see in the picture, when I use select * from users, it tells me table doesn't exist. However, we can see the table exists by the show tables command. Besides, I can see the .ibd and .frm ...
1 vote
1 answer
113 views
mariadb docker fails to Initialize database contents from dump file
I have a Nextcloud server set up that uses docker image mariadb:10.11. I use mysqldump to back up the database. Where I am having trouble is trying to restore that to a test system as described here ...
4 votes
3 answers
198 views
Can Standard Developer Edition be used in Docker?
I hear that the new Standard Developer edition is available in the current SQL Server 2025 preview. But how can I get it in Docker? SQL Server 2022's documentation shows us how to specify specific ...
0 votes
2 answers
162 views
How to upgrade MongoDB Arbiter node?
Normally I don't ask questions but I'm about at my wits end and foresee myself struggling with this for a while. To the question reviewers, I have not found any questions referring to either the Mongo ...
2 votes
1 answer
685 views
Using docker containers to execute pg_upgrade
using pg_upgrade when you have installed both the 'old' version and the 'new' version on a system is quite straightforward. I tried to find a way using pg_upgrade with docker containers. This is a ...
0 votes
1 answer
312 views
how to log in as SYS after starting containerized Oracle server
I am trying to start up an oracle database server locally. My goal is to have a schema with a user, what my application can use then. I am somewhat familiar with Oracle database, but I am a beginner ...
0 votes
1 answer
77 views
MariaDB Server Overloading
I have a docker host on which have multiple mariadb containers each for one application. But I have one particular application, my main application which overload the server eachtime that I start it ...