Skip to content
#

workshop

Here are 2,221 public repositories matching this topic...

leoauri
leoauri commented Sep 8, 2018

If the path contains spaces, then
docker run -it -p 8888:8888 -p 6006:6006 -v /$(pwd)/session-1:/notebooks --name tf cadl /bin/bash
might throw the error
docker: invalid reference format: repository name must be lowercase.
or behave unexpectedly.

Wrapping in quotation marks solves this:
`docker run -it -p 8888:8888 -p 6006:6006 -v "/$(pwd)/session-1":/notebooks --name tf cadl /bin/bas

PARitter
PARitter commented Oct 31, 2017

Current guide does not result in working cluster.

Dashboard install instructions not current (can fix by using "offical" arm installation of kubernetes-dashboard-arm).
No "heapster.yaml" in demos folder. Seems to be deprecated in current repo, but instructions still reference.

foobraco
foobraco commented May 29, 2019

Is it possible to change the documentation on the repository to an editable format instead of PDFs? That way it would be easier to contribute to it and even work in translations for it.

I'm from a non-english speaking country and would be great to be able to point people I'm teaching to this repository and that they are able to find documentation in their own language.

Josh68
Josh68 commented Sep 24, 2018

Is your feature request related to a problem? Please describe.
I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM) commands reviewed in the videos

Describe the solution you'd like
Be able to use this project in Windows

Describe alternatives you've considered
Trying to follow alternative approaches, other than using the docume

bahmutov
bahmutov commented May 29, 2019

We have 3 TodoMVC applications

  • Vue + Vuex + REST api without bundling used for most of the workshop
  • TodoMVC React with bundling for showing testing components
  • TodoMVC Redux for showing code coverage

We could just update the main Vue application and use it for everything

  • split into components, bundle using parcel-json-server to serve the app and have the REST api (@amirrustam )

Improve this page

Add a description, image, and links to the workshop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workshop topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.