Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
V
vibe-notebooks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EnergyStorage
vibe-notebooks
Commits
cc010e61
Commit
cc010e61
authored
Nov 07, 2019
by
Gavin Wiggins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use interactive option for Docker start command
parent
3c0285cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+2
-3
No files found.
README.md
View file @
cc010e61
...
...
@@ -49,9 +49,8 @@ Use the following commands to restart the container and run JupyterLab.
```
bash
# Start the existing `myvibe` container and run JupyterLab from the container
# Don't forget to copy and paste the URL into your local web browser
docker start myvibe
docker
exec
-it
myvibe bash
# Don't forget to copy and paste the JupyterLab URL into your local web browser
docker start
-i
myvibe
jupyter lab
--ip
0.0.0.0
--no-browser
--allow-root
# After exiting the container terminal session with `exit`, stop the running
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment