Skip to content

gthieleb/isorespin_docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This docker-compose file makes it easy to run the isorespin.sh from linuxium blog on another linux distriubution.

Requirements

Clone this repo to a local folder.

Download isorespin.sh script from here and put it into folder.

Only requirements are installation of docker and docker-compose.

Howto use

Download a recent ubuntu version.

Adapt the pathes that points to your iso and to your working dir in docker-compose.yml volumes section:

    volumes:
      - ./isorespin.sh:/usr/bin/isorespin.sh:z
      - /data/isos:/data/isos:z

Then run:

docker-compose up

Alternatively use docker-compose run:

docker-compose run isorespin isorespin.sh -i /path/to/iso -w /working/dir ...

About

Use isorespin within ubuntu docker image in case you are on another distro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors