Jump to content

Docker Run not starting program

Hotseff

I'm trying to resetup a crewlink server for Among Us since for whatever reason it stopped working recently and I couldn't fix it so I reset the server. For whatever reason when I run 

docker run -d -p 9736:9736 ottomated/crewlink-server:latest

I get a string of characters but when I use docker ps nothing is there.
Does anyone know why the docker container isn't starting?
(I'm using a Digital Ocean server which is running Docker 19.03.12 in Ubuntu)
Link to comment
Share on other sites

Link to post
Share on other sites

Can you run a 

docker ps -a

That will show all containers, both running and stopped

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×