File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ Udacity course on data science.
4343# ## Docker
4444* Customize the ` .env.example` and rename to ` .env`
4545* General commands
46- ` ` ` bash
47- # build image locally
48- docker-compose build --pull --no-cache
46+ ` ` ` bash
47+ # build image locally
48+ docker-compose build --pull --no-cache
4949
50- # start container
51- docker-compose up -d
50+ # start container
51+ docker-compose up -d
5252
53- # stop container
54- docker-compose stop
53+ # stop container
54+ docker-compose stop
5555
56- # remove container and network
57- docker-compose down
58- ` ` `
56+ # remove container and network
57+ docker-compose down
58+ ` ` `
5959
6060# ## Both
61- * Open a browser and navigate to ` http://127.0.0.1:888 `
61+ * Open a browser and navigate to ` http://127.0.0.1:8888 `
6262 * Docker uses the token specified in ` .env`
6363* Select the " python3.10.7" kernel if asked
6464* Open ` refactor-wine-quality.ipynb` from the left-hand column
You can’t perform that action at this time.
0 commit comments