Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.44 KB

DOCKER.md

File metadata and controls

39 lines (27 loc) · 1.44 KB

atom-docs on Docker

This Access to Memory documentation can be generated and viewed locally in a web browser with the provided Docker Compose configuration. Viewing the documentation locally can be very helpful when making updates to quickly check for syntax or content errors.

Prerequisites

A working installation of the Docker Engine and Docker Compose is required.

See Docker Engine Install for instructions on installing the Docker Engine on your Operating System.

Docker Compose is included with Docker Desktop on Windows and macOS. For Linux see the Docker Compose Install instructions.

Running atom-docs on Docker

  1. In the atom-docs directory run docker-compose up -d to build and start the atom-docs Docker container
  2. Once the container is built, open a web browser and navigate to http://localhost:8100

Screenshot of atom-docs on Docker

Viewing updates

The Docker container uses Sphinx Autobuild to automatically rebuild the HTML documents when any "rst" file is changed in the atom-docs directory. After saving your changes the HTML documentation should automatically update in your browser.

When you are done

In the atom-docs directory run docker-compose down to stop and remove the atom_docs container and network.