-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Seems following many parts of the documentation of get started fails to run as is.
For example:
http://www.electrode.io/docs/docker.html
The build part fails without:
- cd app
- changing "client/app.jsx: code portion from:
import "styles/base.css";
to:
import "./styles/base.css";
After building the image successfully, the following doesn't launch as expected:
docker run -d -p 3000:3000 docker-awesome-container
- It needs insertion "your-account-name/" as prefix of the image.
- Even after providing the right image #, the container is not running, with no logs shown for container. (I'm still trying to figure out why it fails).
It will be great if somebody makes updates to Getting Started guide upon the version update, as there are some changes to file architecture in many places, so there is a lower entrance barrier to this wonderful project.
deancode, jugglingjsons and BATCOH
Metadata
Metadata
Assignees
Labels
No labels