I want to assign new port mapping to my existing container,
so i changed the /var/lib/docker/containers/{containerid}/hostconfig.json
and config.v2.json
files.
But after changing, I lost my docker container...
The missing container does not appear through docker ps -a
command.
But it still exists in /var/lib/docker/containers
(Plus)
I tried to start my lost container by container id, using sudo docker start {container_id} command
.
But it also does not work.
Error response from daemon: No such container: e96f84691fff
What should I do? Please help me