Replies: 2 comments 1 reply
-
I am not sure if that's useful because what happens if the docker image is already running? Would you be killing and starting it only to get access to a certain file? However, note that you can use /import?url=PATH and /open?path=DISKPATH, so perhaps you can create some convenient aliases for you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently, the port is already busy so you can't run it twice (on the same port, but I can change ports) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
You can run the escript
livebook server <url> or <file>
to load and run it.Expected behavior
Could we make the image accept some env variables to pass an URL as with the CLI?
For a file, should we bind folders?
Example:
Beta Was this translation helpful? Give feedback.
All reactions