Pages

Showing posts with label docker. Show all posts
Showing posts with label docker. Show all posts

Wednesday, September 16, 2015

Changes of Dockery 0.3.0

Huh! Finally Dockery version 0.3.0 is ready to get released and I already published the hosted version. The Chrome update scheduled to this week. It took some time release a new version, because of my holidays and flu, but the real reason was the scope of the release was too big.
Because of the efficient mixture of my ego and terrible estimation skills :)

Let's see what's changed and why:
  • search for container diff - the simple paging is not so efficient, I had to go through long list of changes sometimes to find what I'm looking for.
  • commit container as image - initial version, I don't know this feature how often used. Personally I prefer creating Dockerfiles. It will be improved with some extra features (Dockerfile statement filtering, etc.)
  • extending saved configuration data - from now some extra stuff will be saved too. I'd like to implement to reenter to the last state of the app at the next run. 
  • bootstrapping page - a nice eye-candy to hide angular placeholders during the app loading :)
  • login into the docker hub - to push docker image (will be implemented in 0.3.1) back to a repo we need to login 
  • cosmetics - removed $promise from json data, added some details how to setup CORS for docker daemon

!!4! Announcing the hosted app!!44!

This is the very point of this release. In the past I invested reasonable efforts] to make the chrome packaged app more user friendly, but I had hard times to find the documentation for anything what I planned to add, to enable or reimplement because of the security settings. 
Finally I decided to switch to the hosted app model to provide more user friendly UI interaction and faster development of new features.
In case of high demand to the dedicated version, I surely consider to re-release it (the customer is the king), but at the moment I'm believing in the hosted version is much better for the users.

Link: dockery


Thursday, August 13, 2015

Hosted version of Dockery is available at http://dockery.io/dockery

I totally forgot to release Dockery as hosted web application for simpler access, but from now these days are over. Dockery is available on the dockery.io domain under the link: http://dockery.io/dockery/. Bookmark it quickly and manage your Docker hosts easily with the app.
I believe this is the easiest way to access recent version of Dockery from anywhere, but don't forget: this version is always in beta state :)

Friday, June 19, 2015

Dockery Light released as Chrome app

I recently released the beta version of my Docker management application Dockery Light (I'm still working on the name/branding hehe). The app is quite beta, but able to help you as developer to manage docker hosts via the remote api. 

All feedbacks, bug reports, critics, enhancement ideas are warmly welcome :)

You can add to your Chrome browser via this link.

Feel free to fork it and send pull requests: Github repository