Skip to content

Lego JPEG to LXFML convertor for Lego Digital Designer

Notifications You must be signed in to change notification settings

FangnaF/docker-jpeg2lxfml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-jpeg2lxfml

Lego JPEG to LXFML convertor for Lego Digital Designer

What does this do?..

Create custom image from CentOS 6.6 image

  • Copy Jpeg2Lxfml https://gist.github.com/spudtrooper/4200828 and throw in Docker image
  • Install Wget Java, Ruby, Rubygems, and Gist gem
  • Pull image off internets
  • Install java class and run
  • Upload to Gist via Gist gem
  • Spit out URL link

Usage

Create container

docker build -t centos/jpeg2lxfml .

Run container

docker run -d -e "IMAGE_URL=<your_jpeg_url>" centos/jpeg2lxfml

View output

docker logs <container_number>

About

Lego JPEG to LXFML convertor for Lego Digital Designer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.9%
  • Shell 5.1%