Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

Made avalible docker service if travis services: - docke setted #83

Closed hugho-ad closed 2 years ago

hugho-ad commented 7 years ago

DRAFT ISSUE If the travis conf file image

https://github.com/Vauxoo/runbot-addons/blob/9.0/.travis.yml#L21-L22

Then add next lines to Docker file generated https://forums.docker.com/t/how-can-i-run-docker-command-inside-a-docker-container/337/6 VOLUME ["/var/run/docker.sock"] RUN apt-get -yqq install docker.io

hugho-ad commented 7 years ago

@moylop260 Is this feature viable?

What do you think?

moylop260 commented 7 years ago

If this feature is working or fixing something then create the change.