Releases: Rucadi/wsld
New directive (onto)
Fixed problem importing non-docker images
2.2.1 Update README.md
Fixed compatibility with centos, among others
Hello!
In this release I increased the compatibility with distributions, it's a very small but important update!
Restored docker upload functionality
Now, if you are logged into docker, you can upload your wsl images again!
Example command:
wsld -t -d ubuntu -i rucadi/ubuntu
this will upload my wsl image called "ubuntu" into my docker hub, as the latest image for ubuntu.
C++ rewrite!
Hello!
I decided to rewrite the application in c++, this means that, while the code now is easier, some functionality has been affected.
However, the core functionality is working:
-Install images directly from dockerhub
-Login into docker in order to download private images
More options will be added in the future, pull requests are welcome!
More support! Fixes to images
In this release, images that failed to install now will do, including clearlinux ones.
Docker build support!
Now you can build images directly into WSL too!!
The command to do so is:
wsld docker build
Enjoy :D
First release with docker upload!
With this new version I bring a new feature:
Docker upload!
Now you can log-in with your docker hub account and upload WSL images into your dockerhub! As easy as that!
With this you can now download any image from dockerhub and upload any image to dockerhub, bring your WSL deveolpment environment to any PC!
Other changes:
Now WSLD works within its own WSL image, this is done for docker support and to avoid garbaging the other images.
A little code refactor.
Docker upload/download in private repos
This release adds support to download/upload private repos, if you are logged into docker (wsld docker login)
Beta release v2
Reddit user jygoro noticed an error while installing fedora, this should be fixed.