docker tag

135 questions


1 answers
82 views
0
Zabbix Server set up in Docker to Zabbix agent communication settings on the host

I am using CentOS 7.I set up Zabbix Server in Docker. sudo docker run-d --restart=always-eLANG=ja_JP.UTF-8 --private --name zabbix-hzabbix-p 80:80-p 10051:10051 docker.io/centos/sbin/initAfter setup, ...

1 years ago

1 answers
77 views
0
Understanding PostgresqlDB Persistence on Docker

I am having trouble mounting the PostgreSQL server directory created by Docker on the host.Docker is trying to create a database container using PostgreSQL.to perpetuate data using the postgres formul...

1 years ago

2 answers
116 views
0
Will LB be load balanced by launching multiple web servers with docker on one server?

Place docker in VPS and launch multiple web server containers.Suppose you put nginx in the host and load balance each container when accessing it.Does this work for load balancing?Each server containe...

1 years ago

1 answers
119 views
0
Unable to connect to Docker container from browser on host

How do I connect to a Docker container port from a browser on my host?The Dockerfile, docker-compose.yml below allows the host to connect to port 1344, but even if you access localhost:1344 in the hos...

1 years ago

1 answers
43 views
0
Unable to execute the run command in docker-compose (in Windows environment) (advance the -d option).

Quickstart:Docker Composer and RailsIn the process of proceeding with the tutorial as described above, docker-compose run web rails new. --force --database=postgresql --skip-bundlerunning Please pass ...

1 years ago

1 answers
44 views
0
When you run docker exec-it container name bash, the following line displays root@number: /var/www/html#.I want "$" to start the next line.

Among Docer 2 that you can see in manga, After running $docker exec-it myapp bash, Run $echo'<?php phpinfo();'>index.php and run In your browser, it says http://localhost/ to confirm that php is...

1 years ago

2 answers
66 views
0
I want to build a Linux environment on macOS (10.13 High Sierra) using Docker

It's almost the same question as the title.I don't know how I can use Docker to build a Linux virtual environment on my PC.I have already installed Docker on my PC, but I don't know what steps I shoul...


1 answers
118 views
0
Container that only records http access in docker

When testing the connection between multiple servers in a docker-built development environmentI often want to see the contents of requests from one server to another.Debug log is being stocked in the ...

1 years ago

1 answers
73 views
0
About scraping with selenium in docker environment

I am currently studying using rails in a docker environment.I play with selenium scraping.It worked fine locally, but as soon as I docked, I got an error.What do you want to doInstead of headless (wit...


1 answers
61 views
0
About scraping with selenium in docker environment

I am currently studying using rails in a docker environment.I play with selenium scraping.It worked fine locally, but as soon as I docked, I got an error.What do you want to doInstead of headless (wit...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.