Top "Docker-container" questions

Docker Containers are the core of the docker platform in which programs and applications can be packaged and run in simulated environments.

Nodemon inside docker container

I'm trying to use nodemon inside docker container: Dockerfile FROM node:carbon RUN npm install -g nodemon WORKDIR /usr/src/…

node.js docker dockerfile nodemon docker-container
extend jenkins image to install maven

I'm using the jenkins/jenkins:lts image at the moment. It runs fine and does everything I want to expect …

maven docker jenkins dockerfile docker-container
Docker Commit on a existing image

Docker commit creates a new image every time commit command is issued. Is it possible to issue commit on currently …

docker-container docker-image
How to duplicate running docker container

I have a docker container running > docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES c5a24953…

docker docker-container
FTP file into docker container on remote server

How can I transfer transfer files into a Docker container running on a remote Ubuntu server using an FTP client? …

docker ftp transfer filezilla docker-container
docker-compose restart container if service is dead

Is it possible to restart container in docker-compose if service that is running inside it returns exit code different than 0? …

docker-compose docker-container
How to find all image tags of a running Docker container?

I have a bunch of Docker containers running on a server and I used the "latest" tag or no tag …

linux bash docker docker-container docker-image
How to use windows authentication with SQL server docker container

I have gone through all the examples I could find online for building docker container based applications. I would want …

sql-server docker docker-container docker-for-windows
Wordpress wp-config.php doesn't update in Dockers?

I am using Wordpress and docker container. The problem is that I updated the wp-config.php file but everything looks …

wordpress docker docker-compose docker-container docker-image
Huge files in Docker containers

I need to create a Docker image (and consequently containers from that image) that use large files (containing genomic data, …

docker dockerfile docker-container