EN VI
Posts (0)
Questions (16)
2022-12-03 00:46:54
You can run command:docker cp {file.sql} {id image}:/{file.sql}open mysql cli and run this command:mysql -u{your_username} -p{your_password} {your_database_name} < {file.sql}
Tags: MySQL docker database
2022-12-03 00:58:30
i had saw message when run docker: mkdir: cannot create directory '/bitnami/mariadb/data': Permission deniedwhat can i do?
Tags: docker
2022-12-03 01:05:22
open CMD as administrator and run command:netsh http add iplisten ipaddress=::
Tags: docker
2022-12-11 20:33:39
This isn't a path issue; the problem is the syntax you've used in the CMD statement in your Dockerfile. You're using the JSON-format of the CMD statement; the first argument in the JSON list is the na...
Tags: docker Solution
2024-03-09 23:00:27
To install Smarty in your Docker container running Apache, you can follow these steps: Update your Docker Compose file to include a new service for installing Smarty. You can use a separate service fo...
2024-03-10 03:30:04
You aren't sending an object with a dados property to your microservice from the gateway controller. The object's properties are idUsuario, idUsuarioPropio, idPergunta, and data. It looks like you are...
Tags: node.js docker rabbitmq
2024-03-10 15:00:05
You need to accept connections from 0.0.0.0 because 127.0.0.1 references the container and not the host. So, for example, supposing that your project looks like this (very simplified!): ├── Dockerfile...
Tags: node.js docker dockerfile
2024-03-11 01:30:06
postgres is on the postgres-db-network but node_app is not. so they're not networked together. So they can't talk. Thus, docker does not expose their container names to each other as resolvable host...
Tags: node.js postgresql docker
2024-03-11 03:30:06
You can pass --tag multiple times: docker buildx build \ --push \ --platform linux/amd64,linux/arm64 \ --tag stanleysathler/terraform-starter-carts-api:1.0.0 \ --tag stanleysathler/ter...
Tags: docker buildx

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login