Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Defend the Web
Website
Commits
8cdbc0ee
Commit
8cdbc0ee
authored
Nov 19, 2019
by
Luke Ward
Browse files
Merge branch 'patch-1' into 'master'
Correct a typo and update docker exec. See merge request
!2
parents
5c42bc39
3d091b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker/README.md
docker/README.md
+3
-3
No files found.
docker/README.md
View file @
8cdbc0ee
...
...
@@ -29,15 +29,15 @@ Open [dtw.local](http://dtw.local/). If you get 403 or "connection was reset" th
### Restart instance
```
docker start dtw
docker
re
start dtw
```
### Stop instance
```
docker st
art
dtw
docker st
op
dtw
```
### Drop into running instance
```
docker exec -
t -
i dtw
/bin/
bash
docker exec -i
t
dtw bash
```
\ No newline at end of file
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