-
I've download docker to a mac running 10.10.5.
After installation, I can't communicate with the docker instance and I can't do hello world:
515918-mitll:~ go22670$ docker-machine ls
NAME ACTIVE…
-
Hi!
Just getting started with `docker-osx-dev`. I've installed, but when I run the command in the root directory of my project (with a `docker-compose.yml` file), I get the error below:
```
/usr/loc…
-
Hi,
I had a weird issue in the UI, it was no longer possible to create a volatile disk because now there's a fancy dialog that didn't have the drop down anymore.
raw data like this:
```
DISK = […
-
I get ```rpc error: code = Unknown desc = Unable to build the crate => caused by: Unable to solve the graph => caused by: grpc-status: Unknown, grpc-message: "unknown API capability file.base"```
Aft…
-
# 问题
安装直接按照GitHub repo上的说明来的,但是安装完成之后总会提示“没有检测到外接存储设备”。经过排查,当不挂载数据分区(即不加-v选项)时,迅雷可以正常下载到docker镜像中,因此怀疑是迅雷针对文件系统有检测(docker挂载的文件系统是tmpfs),导致识别不到挂载点。
# 解决方案
修改挂载点到`/app/TDDOWNLOAD/TDDOWNLOAD`目录下即可。
-
Hi,
I have many errors when I try to install a node js package on my container .
```
root@7c43b1eaab8e:/usr/share/nginx/html# npm install gulp-sass
npm ERR! tar.unpack untar error /root/.npm/spdx-lic…
ghost updated
8 years ago
-
When I perform the following step from the instructions: `docker build -t nativescript .`, then the script exits with the following:
```
Step 9 : RUN npm install nativescript -g --unsafe-perm
--…
-
Cloning into `$HOME/.atom/packages` then launching atom gives me an exception
**Atom Version**: 1.0.2
**System**: Mac OS X 10.10.4
**Thrown From**: [stack-ide-atom](https://github.com/atom/stack-ide-…
rvion updated
9 years ago
-
Hi,
I have a strange issue where a docker volume I am mounting using docker-compose is partially empty, it contains one folder, but nothing more, but I am unsure why that folder is special and why it…
-
I'm kinda new to using docker, could you show me some different examples of how you leverage this bit of code?