Simplify dev docker setup
This commit is contained in:
parent
b655085115
commit
ce2255b6b7
13 changed files with 65 additions and 97 deletions
|
@ -7,7 +7,7 @@
|
|||
## Connecting with VSCode
|
||||
1. Install the `Remote - SSH` plugin
|
||||
2. Run `Remote-SSH: Connect to Host...`
|
||||
* As the address, use `ubuntu@127.0.0.1:3002` where `3002` matches `DOCKER_DEV_SSH_PORT` in `.env`
|
||||
* As the address, use `ubuntu@127.0.0.1:3002` (where `3002` matches `DOCKER_DEV_SSH_PORT` in `.env`)
|
||||
* Use the password specified in `.env` as `DOCKER_DEV_SSH_PASSWORD`
|
||||
3. Once connected, click `Open folder...` and select `/home/ubuntu/zeppelin`
|
||||
|
||||
|
@ -25,3 +25,6 @@ These commands are run inside the dev container. You should be able to just open
|
|||
1. `cd ~/zeppelin/dashboard`
|
||||
2. `npm ci`
|
||||
3. `npm run watch-build`
|
||||
|
||||
## Opening the dashboard
|
||||
Browse to https://localhost:3300 to view the dashboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue