communitytools-image2docker-linux
communitytools-image2docker-linux copied to clipboard
Ubuntu 16.04 LTS ``` git clone https://github.com/docker/communitytools-image2docker-linux cd communitytools-image2docker-linux make prepare ``` ``` Sending build context to Docker daemon 51.82MB Step 1/2 : FROM golang:1.7 ---> 225948c9a8b1 Step 2/2 :...
minor spelling fix
I am getting the below error while trying to create a dockerfile on Ubuntu 16.04.3 LTS . Running image transformation. Unpacked input will not be cleaned up upon completion. Using...
I ran the transformation on the vm provided by the project and got the following results: ``` ubuntu@worker-node1:~/transformation$ sudo ../communitytools-image2docker-linux/bin/v2c-linux64 build /vagrant/for-export-flat.vmdk Running image transformation. Using existing unpacked image. Creating...
Hi, I tried the demo application and seems working, It is creating a single image for all detected applications like Apache2 and MySQL, which is not acceptable for production environment...
Installed Apache tomcat 8.5.5 on Ubuntu 14.04 and then deployed a simple website, created a .vmdk file out of the image. Image2Dokcer was not able to detect tomcat and it...
Currently, it seems the way that one has to transfer data from the input VM image image to the output container image is for the detectives to tar up data...
CentOS 6.8 is detected as ubuntu 14.04. Kindly let me know the files which are needed for debugging.
When running image2docker against a clean VM created in VMware or VirtualBox, I get the following error: ## Current Result ``` $ i2d build ../vmware-test.vmdk Running image transformation. Creating container...
We need to lift and shift user configuration and login data. You're taking a risk any time you're pulling critical files like /etc/shadow into an environment where access controls might...