Skip to content

Official docs need revision and updates #388

@ShotaMegre

Description

@ShotaMegre

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:

  1. cd app
  2. 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

  1. It needs insertion "your-account-name/" as prefix of the image.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions