-
listing what they support, where the source is, and where the binary is
(the README.md in this repo may be a good place to start :)
-
I'm reporting this on behalf of a bunch of students of mine who are using OSX and Docker Toolbox 1.11 or 1.11.2. This problem does not exist with native Linux (same versions of Docker) but may exist o…
-
On Ubuntu 14.04, I get the following...
```
root@f32dcd67fa99:/app# npm install sails-migrations
npm ERR! tar.unpack untar error /root/.npm/sails-migrations/2.0.7/package.tgz
npm ERR! Linux 4.0.9-boo…
-
docker-osx-dev cannot connect to my docker-machine to be able to rsync files.
I'm on OSX 10.11.2, using docker-machine, not boot2docker.
Relevant output when running `docker-osx-dev -l DEBUG`
```
2…
-
Hi,
Honestly I don't know if this is at all actionable but just wanted to provide some feedback on an issue I had. Perhaps could add a note to README?
I used the old fig version of this fine and the…
banks updated
6 years ago
-
### Description
`` does not work
`[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.22.1:build (default-cli) on project auth-server: Unable to parse configuration of mojo io.fabri…
-
It used to work great until this morning. Now all of a sudden, enabling any of the commented lines causes a seg fault
``` julia
using Logging
# @Logging.configure(level=DEBUG)
# Logging.configure(le…
-
Running on docker-osx:
...
Setting up php-apc (4.0.2-2build1) ...
rmdir: Traceback (most recent call last):
File "", line 3, in
File "/Users/ben/fig/build/fig/out00-PYZ.pyz/fig.cli.main", line 3…
-
Hi,
First of all, I appreciate your project.
However, I'm still bit confused of how docker expose the Cassandra ports through the host machine.
I assumed that
"docker run -d -p 9160:9160 -v /srv…
ghost updated
9 years ago
-
I just created a new Docker machine VM using:
```
docker-machine create -d virtualbox \
--virtualbox-cpu-count "2" \
--virtualbox-memory "8192" \
--virtualbox-disk-size "8192" \
default
```
When…