CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

ContainerName cannot be based on ImageName in CLI #110

Closed nunojusto closed 5 years ago

nunojusto commented 5 years ago

Summary

Using CLI, if we have two containers with the same docker image, like neo-python and notifications-server the name of the containers are the same.

To Reproduce

Create/merge both PR for adding neo-python and notification-server and rum the CLI.

Expected Behaviour

The name of the containers cannot be based on the image names. Needs to have a service name.

Docker

All

Docker Compose

No, it's CLI

Operating System

All

Screenshots

N/A