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

Swift in Docker error: failed to launch REPL process: process launch failed: 'A' packet returned an error: 8 #1

Closed
huan opened this issue Aug 21, 2019 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@huan
Copy link
Owner

huan commented Aug 21, 2019

To solve this problem, the key is to add --privileged and --userns=host to the docker command line

docker run -ti -v "$(pwd)":/notebooks --rm \
  --privileged \
  --userns=host \
  --entrypoint /bin/bash swift-jupyter

See: hashicorp/nomad#1904 (comment)

@huan huan added the question Further information is requested label Aug 28, 2019
@huan huan self-assigned this Aug 28, 2019
@huan huan closed this as completed Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant