Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fixed: remove stopped container #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jim3ma
Copy link

@jim3ma jim3ma commented Jan 12, 2017

Currently, browser-box just remove the containers using repo/browser-box:latest image.

While when install the browser-box, we should detect the version and update it to the wrapper scripts.

I have added a variable BROWSER_BOX_VERSION for the version of browser-box. When install browser-box, we can use BROWSER_BOX_VERSION for specifying special version of browser-box.

Another bug fixed:

  • when use the root user, we will get a error: user already exist.

workaround for user already exist:

  • before change permission and add user, we should detect the user id. If the user id exists, change BROWSER_BOX_USER to the user name of the user id in browser-box and create a directory in /home(may be need change the user's home directory).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant