You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,12 @@ You can select your own combination of Containers form the list below:
269
269
docker-compose exec workspace bash
270
270
```
271
271
<br />
272
+
<br>
273
+
2a - Alternatively, Windows Powershell users can execute the following command to enter a running container.
274
+
```bash
275
+
docker exec -it {container-id} bash
276
+
```
277
+
<br />
272
278
Add `--user=laradock` (example `docker-compose exec --user=laradock workspace bash`) to have files created as your host's user. (you can change the PUID (User id) and PGID (group id) variables from the `docker-compose.yml`).
0 commit comments