Need some help with Docker
Go to solution
Solved by Eigenvektor,
Only one of those containers is running "Status: Up 3 minutes". The others are "Created". You can remove them with "docker rm <container-id>", so:
docker rm 6323aca97d56 04909859cb90
"ottomated/crewlink-server:latest" is the name of the image the container is based on. You'd remove that with "docker rmi <image>", but that's probably not what you want.

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 accountSign in
Already have an account? Sign in here.
Sign In Now