This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: tfenster/BCinaB
Releases · tfenster/BCinaB
alpha8
alpha7
alpha6
- Update hosts file on start and stop/delete to allow calling the container with it's hostname (#17). Please note that this uses the hostname of the container, not the name, which might be a difference if you don't set a name in the create wizard or create the container outside of BCinaB
- Optionally bind navcontainerhelper volumes (#16). Only works if navcontainerhelper is already installed
- Add functionality to store credentials for registries that need authorization like bcinsider.azurecr.io (#7)
- Add refresh button for easier container list refresh
- Add PowerShell module for easier start / stop / update. Please check https://github.com/tfenster/BCinaB/wiki/Installation-and-Usage for instructions how to use it
alpha5
- Allow setting username, password and auth type (#9)
- Add button to open the WebClient (#10). Please note that the WebClient button only appears on containers created with BCinaB alpha5 or later
- Show IP addresses in the detail pane (#11)
- Fix bug where all images where pulled if no tag was set (#12)
- When the browser window is closed or the client loses it's connection to the API, running image pulls are cancelled
- Move status from being a column on the main list to being a tooltip on column "state" and an entry in the detail pane
- Store all options entered in the create wizard as label
- Very early implementation of a log view (#5), probably not working very well (e.g. timestamps are missing and I had random OutOfMemory errors)