I need to run docker
container.
First things first I've pulled it with
docker pull [OPTIONS] NAME[:TAG|@DIGEST]
Next I try to run it with
docker run [OPTIONS] IMAGE[:TAG|@DIGEST] [COMMAND] [ARG...]
But I get an error
docker: Error response from daemon: driver failed programming external connectivity on endpoint youthful_bhaskara (47fae1c2ecd6245d127801729b80276aeb3858526a9441760925d904ce1565ff): Error starting userland proxy: listen tcp 0.0.0.0:8888: bind: address already in use.
ERRO[0000] error waiting for container: context canceled
With sudo
I have a common error.
How can I fix that? Maybe I've missed some intermediate actions?