Questions tagged [volumes]
322 questions
0
votes
1 answer
Change database location of docker couchdb instance?
I have a server with two disks: one is an SSD used by the operating system and the other is a normal 2.5TB HDD.
Now on this server I'm runnning Fedora Server 22 with Docker and there is one image currently running: Fedora/couchdb.
the problem is…

andrew Patterson
- 559
- 2
- 6
- 19
0
votes
1 answer
docker compose more than 1 container on same folder
I need to create somes containers :
1 data container.
2 applicatives containers. They must have access to the same folder (in data container).
My problem is :
When I create the 2 applicatives containers 2 results :
All container have an…

Saku
- 21
- 1
- 4
0
votes
1 answer
Create Alias of Mounted Volume in User Home with AppleScript
On Mac OS 10.10, I'm trying to create an alias of a mounted volume and put the alias in the user's home folder so this can later be put into the dock. The volume is an SMB share called satffdata$ (it's a hidden Windows share, hence the $ at the…

Josh Hancock
- 17
- 1
- 6
0
votes
1 answer
Docker Volumes mounting issue
I am trying to dynamically mount a volume from the container to the host and it works but there is a hitch. I am using the following command:
docker run -it --name Test1 -v $HOME/.myapp_configs/specificConfig.txt:/bin/specificConfig.txt:rw…

CompSciGuy139
- 107
- 6
0
votes
1 answer
docker-compose volumes not working this way
in my docker-compose.yml , I am using the registry:2 image ( version)
as I need to set up my own configuration ( for using S3 storage ) , I tried to mound my config directory in place of the default…
user762579
0
votes
1 answer
Multidocker environment, amazon beanstalk, mounting volumes
What I'm trying to achieve: I have a docker container which contains a CMS, that CMS has a folder named 'assets'. I need the asset folder to be available to other containers, and also for the data to be safe from deletion when containers/images are…

Chris
- 3,437
- 6
- 40
- 73
0
votes
2 answers
Python Boto List Storage Devices Attached to Instance
I'm using Python 2.7 and Boto.latest.
I'm creating a dynamic inventory script and I would like to list the storage devices that are attached to each instance
Example:
ID: i-3rblah
Storage:
- /dev/sda
- /dev/sdb
- /dev/sdc
Tried:
for…

Simply Seth
- 3,246
- 17
- 51
- 77
0
votes
2 answers
Docker: data volume container is not instantiated with `docker create` command
So, I'm trying to package my WordPress image in a way that all files except the uploads are persisted. In order to do so, I have created my Dockerfile which uses the official WordPress image as its base, and adds the files from an archive…

finferflu
- 1,368
- 2
- 11
- 28
0
votes
1 answer
MS SQL query for totals based on a time to determine peak volumes over a time period
I have a database with a lot of records and each record has a datetime and filesize (in bytes) captured against it.
Table:
ID DateTime FileSize
000001 2013-01-01 01:00:07 1535112
000002 2013-01-01 01:00:08…

Gaurav
- 1
0
votes
0 answers
Docker - MySQL containers on using the same volume of a data-only container
Currently, I'm trying to figure out on how to run multiple MySQL containers that uses the same volume from a data-only container. After running the first one and successfully created my database and records in there, I tried to run another new MySQL…

Hans
- 451
- 1
- 6
- 20
0
votes
2 answers
Very Large Number of Web Calls from Java Code
I am writing a program in Java which has to make around 6.5 million calls to various pages on same server (URL will be slightly altered by appending a user name that will be read from a text file) .. Firstly I want to know the most time efficient…

M Z Amin
- 1
0
votes
1 answer
Java FileStore concept vs actual storage?
How do Java FileStore relates to other non Java concepts such as Device, Partition, File System, or Volume?
Not sure this is correct at all, especially when starting to read the definition:
public abstract class FileStore
Storage for files. A…

mins
- 6,478
- 12
- 56
- 75
0
votes
1 answer
Delayed nottification about settings changed
I have method which sets stream volumes and service which has Hadler inside for checking this changes
Method for settings streams:
private setStreams(Context context)
{
AudioManager am = (AudioManager)…

cecan89
- 245
- 1
- 2
- 10
0
votes
2 answers
Is it possible to have more than two panes in HighStock chart?
I would like to be able to plot a chart data which has the usual Open High low and Close plus the Volumes and Open Interest. These are to be represented in 3 panes:
Pane 1: Open High Low Close
Pane 2: Volumes
Pane 3: Open Interest.
The 'Two Panes,…

Watati
- 1
- 2
0
votes
3 answers
Ejecting a hidden volume
I was having a problem with the script that creates my installer for macosx not working and I discovered it was because it was creating a folder called /Volumes/myinstaller 1 instead of /Volumes/myinstaller. While investigating this issue I found…

Mike2012
- 7,629
- 15
- 84
- 135