docker2docker
docker2docker copied to clipboard
Results
1
docker2docker issues
Sort by
recently updated
recently updated
newest added
I have downloaded the `boot2docker.iso` and `trusty-server-cloudimg-amd64-disk1.img` to the Dockerfile folder, and modify the Dockerfile as below: ``` FROM ubuntu:14.04 RUN apt-get update -q RUN apt-get install -qy qemu-kvm socat...