Docker compose – share database with git
I’m quite new to docker and I try to setup my dev-environment for a simple wordpress site. So my docker-compose.yaml
Continue readingDocker questions and answers
I’m quite new to docker and I try to setup my dev-environment for a simple wordpress site. So my docker-compose.yaml
Continue readingI have 2 Spring boot application running in docker. The both application connects to a Postgres database running in another
Continue readingWhen I try to start a container like this: db: container_name: database-pg image: postgres ports: – 127.0.0.1:5432:5432 restart: always logging:
Continue readingeveryone. I have Django in Docker and it seems to work pretty normal. But I have added a field in
Continue readingI’m having trouble importing an .sql dump file with docker-compose. With docker-entrypoint-initdb.d I should be able to load the .sql
Continue readingI run the code from https://github.com/aiordache/demos/tree/master/dockercon2020-demo which is from some official docker blog. I get mysql.connector.errors.InterfaceError mysql.connector.errors.InterfaceError: 2003: Can’t connect
Continue readingI am completely new on Docker, is it fit to clone a prod (say, sql server) database, and test locally
Continue readingGreetings and thanks in advance, I’m actually new to docker and docker-compose, watching a lot of videos and reading a
Continue readingI’m planning to check performance of few databases – SQL and NoSQL, for example: Hadoop hive and Oracle MySQL, and
Continue readingI want to copy DB from the remote server to my local machine. I tried to do it with such
Continue reading