You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -e ETCD_ENDPOINTS=localhost:2379 -p 8070:8080 --name go-oauth2-server go-oauth2-server:latest
Result:
Postgres is up - executing command:
NAME:
go-oauth2-server - Go OAuth 2.0 Server
USAGE:
go-oauth2-server [global options] command [command options] [arguments...]
VERSION:
0.0.0
AUTHOR:
Richard Knop <risoknop@gmail.com>
COMMANDS:
migrate run migrations
loaddata load data from fixture
runserver run web server
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--configBackend value (default: "etcd")
--help, -h show help
--version, -v print the version
Commands:
git clone https://github.com/RichardKnop/go-oauth2-server.git
cd go-oauth2-server/
docker build -t go-oauth2-server:latest .
docker run -e ETCD_ENDPOINTS=localhost:2379 -p 8070:8080 --name go-oauth2-server go-oauth2-server:latest
Result:
But the container is not running:
Error response from daemon: Container 1a61b8dfdc65cf13f91edd5d7f2ab954215e38f20e8cda629c94ed8adf034930 is not running
What I have done wrong ?
The text was updated successfully, but these errors were encountered: