Linked Questions

241 votes
32 answers
348k views

I have created an ubuntu image with nginx, php and postgres. I want to connect the postgres database in my current image with pgadmin located on my local machine. I have tried using docker ...
Rigoxls's user avatar
  • 2,527
295 votes
17 answers
513k views

I'm trying to develop a simple web scraper. I want to extract plain text without HTML markup. My code works on plain (static) HTML, but not when content is generated by JavaScript embedded in the page....
mocopera's user avatar
  • 3,003
130 votes
9 answers
327k views

I am using Docker for Mac. I am running a nodejs based microservice in a Docker container. I want to test node microservice through the browser. How to get IP address of running docker container?
user3067875's user avatar
  • 1,311
105 votes
10 answers
180k views

I've just installed ubuntu docker image, when I execute "ifconfig" it says there's no such command, I tried apt-get install by there's no package named "ifconfig"(I can install some other images). So ...
Hind Forsum's user avatar
  • 10.7k
106 votes
9 answers
183k views

At which IP address can a docker container connect to its host on Docker for Windows (on Windows 10)? How do you find this IP address? Example: you have a service running at port 1234 on your Windows ...
GroovyPanda's user avatar
  • 3,862
32 votes
5 answers
55k views

Consider the following docker-compose.yml version: '2' services: serv1: build: . ports: - "8080:8080" links: - serv2 serv2: image: redis ...
polvoazul's user avatar
  • 2,598
10 votes
4 answers
9k views

I'm using Docker on Windows, and I have a Docker container with SQL Server running. To start my container, I used the information shown here: docker run -e "ACCEPT_EULA=Y" -e "...
devklick's user avatar
  • 2,698
11 votes
3 answers
31k views

We have a project running with an Oracle 19.3 database, and a Java application using the Oracle 19.3 JDBC driver (which is available on Maven Central). On Windows with JRE 1.8, everything is fine, but ...
Julia Hayward's user avatar
4 votes
3 answers
9k views

(Similar to How to get a Docker container's IP address from the host?, but slightly different since we are interested in all containers here) I am running into an IP conflict with an internal ...
Per Lundberg's user avatar
  • 4,369
2 votes
3 answers
27k views

I'm a newbie at docker. I'm creating a Hello, World example. All I'm trying to do is bring up Apache in a docker and then view the default website from the host machine. Dockerfile FROM centos:...
101010's user avatar
  • 15.9k
8 votes
3 answers
13k views

New to KeyCloak. Trying to run KeyCloak in a container that would be accessing MySQL on host machine (currently Windows 10, production would be Linux) Followed steps in enter link description here ...
meDev's user avatar
  • 917
5 votes
2 answers
5k views

I'm new with docker and I'm probably missing a lot, although i went through the basic documentation and I'm trying to deploy a simple Spring Boot API I've deployed my API as a docker-spring-boot ....
Phill Alexakis's user avatar
7 votes
3 answers
15k views

I have 2 docker containers running on my Mac host - container 1 is Jenkins from Docker Hub and container 2 is SonarQube from Docker Hub. I have both containers running successfully. I can access ...
gomisha's user avatar
  • 2,998
3 votes
2 answers
5k views

I am trying the following: spin MySQL 5.5 in one container with an exposed port, say 4200. spin MySQL 5.7 in one container with an exposed port, say 4300. spin a golang container to run my app. The ...
Abhilash Gopalakrishna's user avatar
2 votes
2 answers
25k views

Can we use template in Docker compose file YML? For example, I want deploy service with replicated and I want set name for container like: -servicename-_-replicId-
Ivan Bukharin's user avatar

15 30 50 per page