docker tag

135 questions


2 answers
48 views
0
Do not want to connect to X server [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 4 years ago.4 years agoTo save the image file from the application, you must...

1 years ago

1 answers
52 views
0
I want to create an instance on aws using Docker-Machine, but it doesn't work.

I try to create an instance of EC2 using docker-machine, but it doesn't work.We look forward to seeing you.Windows 10Using the Dokcer ToolboxExecuting Commands docker-machine create --driver amazonec2...

1 years ago

2 answers
43 views
0
Is Docker repository name the same as image name?

As a description of the docker xxx command specifying an image, you can find two types of information on the web: repository name and image name.docker images says REPOSITORY, so I wonder if the repos...

1 years ago

1 answers
54 views
0
Cannot access node in Laradock environment

ProblemsI am currently making a product in the React+Lavel environment.Server-side rendering is required and is being built using spatie/larvel-server-side-rendering.The local test environment was suc...

1 years ago

1 answers
51 views
0
Php configuration on docker container does not rewrite

I use docker to build an environment using php-fpm+nginx+mysql.We are going to mount the php configuration file on the host in /etc/php of the docker container (app container) so that the changes on t...

1 years ago

1 answers
72 views
0
Should I define the command as docker-compose.yml or Dockerfile?

Here is an example of running Django and PostgreSQL on Docker-Compose.In this example, the command is defined in docker-compose.yml, but if you specify build in the service definition, you can also de...

1 years ago

1 answers
48 views
0
How do I reflect time zone settings in MySQL on a Docker container?

I have a question about MySQL time zone settings.If you build or run using the Dockerfile below, the container will print an error and exit.like loading timezone table information with the mysql_tzinf...

1 years ago

1 answers
47 views
0
How to save an image in docker toolbox

I use the Docker Toolbox on Windows 10 Home.I would like to save the image and save it, but it seems that it will be banned because it runs on VirtualBox.Also, I don't know where to save it.Is there a...


3 answers
121 views
0
I want to connect to the Docker container of postgres by psql.

Starting postgres server in Docker containerCONTAINER ID NAMES IMAGE COMMAND CREATED STATUS PORTSb292a7d3de2d backend_container rails railsc About an hour ago Up About an hourb1e3345f625d postgres_con...

1 years ago

1 answers
76 views
0
Unable to connect to localhost in Docker environment

I am currently developing Ruby on rails in a Docker environment, but suddenly I cannot connect to localhost.$curl localhost:3000curl:(7) Failed to connect to localhost port 3000: Connection refusedBel...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.