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

Docker crashes on Windows 10 restart #1827

Closed
kingaj12 opened this issue Mar 13, 2018 · 2 comments
Closed

Docker crashes on Windows 10 restart #1827

kingaj12 opened this issue Mar 13, 2018 · 2 comments

Comments

@kingaj12
Copy link

kingaj12 commented Mar 13, 2018

Expected behavior

On Windows restart, the Docker service will start and all my docker containers will be accessible.

Actual behavior

Docker service crashes, and displays a window to file a crash report and reset Dockers to factory defaults. All my Docker containers are removed, including any work I did in them.

Information

  • Diagnostic ID: 1CD8E5DB-FA1C-4144-82D5-1A5F82520256/2018-03-13_08-48-02
  • Host: Windows 10 Enterprise, Version: 1709, Build: 16299.248

Steps to reproduce the behavior

  1. Create some Docker containers (see Dockerfile below)
  2. Restart Windows

Dockerfile:

# Get a minimal notebook from the public Docker jupyter images
FROM jupyter/minimal-notebook
# Switch to root to install new components
USER root
# Update index
RUN apt-get update
# Install minimal OpenModelica Components
RUN for deb in deb deb-src; do echo "$deb http://build.openmodelica.org/apt xenial nightly"; done | 
     sudo tee /etc/apt/sources.list.d/openmodelica.list
RUN wget -q http://build.openmodelica.org/apt/openmodelica.asc -O- | sudo apt-key add -
RUN apt-key fingerprint
RUN apt-get update
RUN apt-get install -y openmodelica
# Switch back to jupyter notebook default user to install the OpenModelica kernel
USER $NB_UID
# Install OMPython and jupyter-openmodelica kernel
RUN pip install -U git+git://github.com/OpenModelica/OMPython.git
RUN pip install -U git+git://github.com/OpenModelica/jupyter-openmodelica.git
@kingaj12
Copy link
Author

I seem to have solved this issue by applying the suggestion of @ctmcisco in #1603

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants