Skip to content

blugavere/overlord

Repository files navigation

Build Status

overlord

The most complicated hello world ever.

alt tag

alt tag

Getting Started

Installation

Go to every folder in services and run npm install.

Getting Up And Running

# Build all service images
bash reimage

# Start all of the microservices
npm run dev

Navigate to http://localhost:8080

Debugging

# ssh into container
docker run -it [image name] /bin/sh

Cleanup

# Get a list of all current processes
docker ps

# Get a list of all current images
docker images

# Stop a process
docker kill [image id]

# Stop all processes
docker stop $(docker ps -a -q)

# Delete all process
docker rm $(docker ps -a -q)

# Delete all images
docker rmi $(docker images -q)

Contributing

Contribute!

About

The most complicated hello world ever.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published