Most answered questions in Docker

+2 votes
1 answer

How to link one running container with other running container in docker.

Hi @Yuvraj! Yes, this is possible. You can ...READ MORE

Dec 16, 2019 in Docker by Kalgi
• 52,360 points
1,744 views
+2 votes
1 answer

How to Create absolute path

The absolute path of your resources refers ...READ MORE

Dec 3, 2019 in Docker by Karan
• 19,610 points
6,187 views
+2 votes
1 answer

Not able to create docker robot framework image

Did your try FROM Python3 READ MORE

Aug 21, 2020 in Docker by anonymous
1,912 views
0 votes
1 answer

Run a docker singularity image

It's very similar to running a docker ...READ MORE

Nov 26, 2019 in Docker by Priyank
903 views
0 votes
1 answer

Convert a Docker container into a Singularity container

Its pretty simple. You can just use ...READ MORE

Nov 26, 2019 in Docker by Priyank
1,449 views
0 votes
1 answer

MySQL container with PHPMyAdmin or with xampp

I couldn’t get your point. Overall it ...READ MORE

Nov 26, 2019 in Docker by Priyank
2,267 views
0 votes
1 answer

laravel with docker ubuntu

You are using a port below 100 ...READ MORE

Nov 26, 2019 in Docker by Priyank
409 views
0 votes
1 answer

if I remove one container will my volume also get deleted

If the volume is being referenced to ...READ MORE

Nov 25, 2019 in Docker by Aria
1,252 views
0 votes
1 answer

Docker volume error "Error response from daemon: unable to remove volume: remove DataVolume: volume is in use"

Hi @Hannah, The error mentions which container is ...READ MORE

Nov 25, 2019 in Docker by Aria
5,473 views
+1 vote
1 answer

Remove volume attached to a docker container

If the volume is being referenced by ...READ MORE

Nov 25, 2019 in Docker by Aria
1,239 views
0 votes
1 answer

Share data between two different containers - Docker

Hi @Hannah, follow these steps: 1. Create an ...READ MORE

Nov 25, 2019 in Docker by Aria
1,686 views
0 votes
1 answer

Can I achieve auto-scaling on an increased load for Docker containers?

You can use a Load Balancer. It ...READ MORE

Nov 15, 2019 in Docker by Payal
1,137 views
+1 vote
1 answer

Devops certification project: Dockerfile and PHP website

Try using relative paths. Recently, even I ...READ MORE

Nov 14, 2019 in Docker by Eric
2,882 views
0 votes
1 answer

Docker compose to bring up a Prometheus server

I think this docker-compose should be helpful. ...READ MORE

Oct 23, 2019 in Docker by Eric
6,098 views
0 votes
1 answer
0 votes
1 answer

Docker error "ERROR: for nginx Cannot start service nginx: oci runtime error"

I had faced a similar issue and ...READ MORE

Sep 24, 2019 in Docker by anonymous
• 52,360 points
6,127 views
+1 vote
1 answer

what is the difference between docker swarm and kubernetes

Both Kubernetes and Docker Swarm are important ...READ MORE

Sep 24, 2019 in Docker by Sirajul
• 59,230 points
1,962 views
0 votes
1 answer

Run composer while I'm in container

Hey @DinoN, have a look at this ...READ MORE

Sep 30, 2019 in Docker by Sirajul
• 59,230 points
466 views
0 votes
1 answer
0 votes
1 answer

Docker: Error response from daemon: timeout was reached before the node joined

The above failure happens when the ‘manager’ ...READ MORE

Aug 28, 2019 in Docker by Sirajul
• 59,230 points
6,972 views
0 votes
1 answer

Docker Architecture

Docker is having a  client-server architecture. The ...READ MORE

Aug 27, 2019 in Docker by kim
659 views
0 votes
1 answer

Basic docker usage workflow.

Everything starts with the Dockerfile. The Dockerfile ...READ MORE

Aug 27, 2019 in Docker by Sirajul
• 59,230 points
1,531 views
0 votes
1 answer

Dockerfile - What does it include?

Basic instructions in a dockerfile FROM instruction : Usage ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
735 views
0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

Aug 26, 2019 in Docker by Sirajul
• 59,230 points
792 views
0 votes
1 answer

Basic built in security features of docker.

Here are few basic built -in security ...READ MORE

Aug 23, 2019 in Docker by Sirajul
• 59,230 points
862 views
0 votes
1 answer

What is the swarm mode public key infrastructure?

Built-in Public Key Infrastructure System helps to ...READ MORE

Aug 23, 2019 in Docker by Sirajul
• 59,230 points
690 views
0 votes
1 answer

Install jenkins using dockerfile on Ubuntu.

Here's the dockerfile that you can use: FROM ...READ MORE

Aug 22, 2019 in Docker by Sirajul
• 59,230 points
5,542 views
+1 vote
1 answer

How do i install jenkins using a dockerfile on a windows container?

Here is to how you can install JENKINS ...READ MORE

Aug 22, 2019 in Docker by Sirajul
• 59,230 points
5,859 views
+2 votes
1 answer

getting error "Error response from daemon: OCI runtime create failed"

FROM: ubuntu:latest MAINTAINER rajendrachowdary40@gmail.com RUN apt-get update RUN apt-get install ...READ MORE

Aug 17, 2019 in Docker by Rajendra
• 510 points
5,961 views
0 votes
1 answer

Error saying "E: This command can only be used by root." while installing docker

Try executing the following command: sudo su and ...READ MORE

Aug 6, 2019 in Docker by Ahmad
6,289 views
0 votes
1 answer

Use a TLS certificate - Docker

You do this by creating a drop ...READ MORE

Jul 31, 2019 in Docker by Ajay
526 views
0 votes
1 answer

create and sign a CA key and certificate using openssl

Execute the following commands to create and ...READ MORE

Jul 31, 2019 in Docker by Rashi
593 views
0 votes
1 answer

Use docker API over TCP without giving root access

Docker supports TLS certificates which help in ...READ MORE

Jul 31, 2019 in Docker by Ashish
443 views
+1 vote
1 answer

Docker error "DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!] "

Did you generate/create a certificate?? If not ...READ MORE

Jul 31, 2019 in Docker by Kavya
3,975 views
0 votes
1 answer

Is it better to directly remove the container or do I need to stop it first?

Its always better to stop the container ...READ MORE

Jul 30, 2019 in Docker by Vismaya
1,704 views
0 votes
1 answer

How far do Docker containers scale? Are there any requirements for the same?

Large web deployments like Google and Twitter ...READ MORE

Jul 30, 2019 in Docker by Jerry
1,131 views
0 votes
1 answer

How is Docker different from other containerization methods?

Docker containers are very easy to deploy ...READ MORE

Jul 30, 2019 in Docker by Yamini
1,624 views
0 votes
1 answer

Will I lose my data, when a docker container exists?

No, you won’t lose any data when ...READ MORE

Jul 30, 2019 in Docker by Kavya
7,289 views
0 votes
1 answer

Get command usage help in docker

The following command is very useful as ...READ MORE

Jul 30, 2019 in Docker by Imran
399 views
0 votes
1 answer

Changes to compose when shifting docker to production

These are the following changes you need ...READ MORE

Jul 30, 2019 in Docker by Vismaya
376 views
0 votes
1 answer

Create a NFS volume while creating a service - docker

Hey @Dipti, yes of course you can! ...READ MORE

Jul 24, 2019 in Docker by Vijay
1,195 views
0 votes
1 answer

Container volume path and host path - explain

Your container is running on a system. ...READ MORE

Jul 24, 2019 in Docker by Bob
2,693 views
0 votes
1 answer

stateful or stateless - which application are more useful for docker containers?

It is preferable to create a Stateless ...READ MORE

Jul 24, 2019 in Docker by Yamini
2,272 views
0 votes
1 answer

Dockerfile to install nginx on Ubuntu

Hey @Greg, this is a simple dockerfile ...READ MORE

Jul 23, 2019 in Docker by User101
17,990 views
+1 vote
1 answer

Build Docker image for PHP Web application - ADD failed

Thank you Sirajul Yes, I have changed it ...READ MORE

Jul 15, 2019 in Docker by limcw
• 270 points
2,210 views
0 votes
1 answer

Why do I get Connection reset by peer when making a request to a service running in a container?

Typically, this message is returned if the ...READ MORE

Jul 10, 2019 in Docker by Sirajul
• 59,230 points
4,079 views
0 votes
1 answer

Could you demonstrate a simple docker puppet integration?

Here's a simple demo of puppet-docker example: Assuming you ...READ MORE

Jul 10, 2019 in Docker by Sirajul
• 59,230 points
526 views
0 votes
1 answer

Is there a way to override the default dockerfile when i try to build a container using build() in a jenkins pipeline?

You can pass other arguments to docker build ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
2,247 views
0 votes
1 answer

How to cache data for containers?

Many build tools like maven etc, will ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
2,663 views
0 votes
1 answer

Build a container in Jenkins via "docker pipeline plugin"

In order to create a Docker image, ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
8,137 views