Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
1 vote
1 answer
581 views

Can user privilege of docker container impact permission of host machine on mounted volume in docker-compose.yml?

I have docker-compose.yml as below, version: '2' services: mysql: image: centos/mysql-56-centos7:latest restart: always container_name: mysql environment: - ...
lily's user avatar
  • 1,895
1 vote
0 answers
970 views

kubernetes pod exit 137 and resource limit is not set

error Hey, All friends, my pod is exit with code 137 when i connect mysql in this pod. error message command terminated with non-zero exit code: Error executing in Docker Container: 137 ...
UniQ's user avatar
  • 11
1 vote
1 answer
2k views

how to install tomcat server and mysql db within same docker container using dockerfile?

I know that its better to use seperate containers for mysql and tomcat and link them before deploying them , but since i want to deploy this using kubectl(kubernetes) its easier if its done on a ...
Vignesh Swaminathan's user avatar
1 vote
0 answers
177 views

Unable to connect to mysql running in docker container inside rhel host from windows machine

I am developing a Java application where I want to connect my MYSQL WorkBench client to MySQL Server which is running on a Docker container on a red hat machine. Here's my setup: MySQL WorkBench ( ...
user2594's user avatar
  • 111
0 votes
0 answers
882 views

How to use mysql commands in lando environment?

I tried to test some different mysql commands in a script running in a lando container dedicated to a drupal installation. I run the setup as described in the getting started guide. Everything is ...
xdobx's user avatar
  • 13
0 votes
0 answers
857 views

How do I convert a linux iso into docker image/container

I am trying to convert a linux distro(RasPBX) into a docker container. So, far I was able to deploy the container, its runs without the desired outcome. Here is the docker file and dockerignore file: ...
Safiq Rahman's user avatar
0 votes
1 answer
120 views

Arch+KDE, connect to MySQL server in local container?

I'm running Manjaro/Arch with KDE, which uses MariaDB. I need to use MySQL specifically, so I have created a local container running MySQL 5.7. However, I cannot seem to connect to the instance ...
Josh M.'s user avatar
  • 1,518
-1 votes
1 answer
357 views

How to fix MySQL installation in Ubuntu:20.04 Docker container

invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. ... Cannot stat file /proc/3352/fd/0: Permission denied Cannot stat file /proc/3352/fd/1: ...
Olivier OUYA's user avatar