Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the AWS EMR for JupyterHub service. This comes with their own docker image, container. What I was planning to do is create a new docker container based upon the existing image by running the following command

docker run -d -p 9443:9443 --name jupyterhub_2 <IMAGE ID> jupyterhub

But every time I run this command, the container stops working with Error Code 1. When I check logs, then it only shows +exec. Not sure what the issue is.

What I have tried:

I have tried to create a new image from the running container, and tried to run a container from the newly created image, but I am still getting the same error.
Posted
Updated 10-Jun-20 6:31am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900