M
M
Mykola Ivashchuk2017-07-04 09:24:09
Vagrant
Mykola Ivashchuk, 2017-07-04 09:24:09

How to create a development environment?

Hello.
You need to create a development environment, but there are several restrictions: the limited
Internet is 1 GB / day, so I can’t download an image for the same docker.
There is an .iso image of ubuntu, is it possible to use it somehow, as an OS for a development environment in Vargant or Docker?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rustler2000, 2017-07-04
@rustler2000

I can't speak for vagrant, but you put it in virtualbox with .iso, then you archive everything (or just what you need) and copy it to the host in .tar.gz, and then ```cat dump.tar.gz | docker import - build-image```. I dragged Fedora 6 from the server to the docker because legacy build host

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question