BCRDC / BCCS-CMPP

cluster solution for cmpp protocol in Azure kubernetes
0 stars 0 forks source link

docker issues #9

Open JHinW opened 3 years ago

JHinW commented 3 years ago

docker restore problem:

Description: package downgrade. let's say one project import a package namely Microsoft.Azure.Cosmos.Table which reference to system.net.nameresolution of verion 4.3.0 , but the reference will strangely downgrade to 4,0.0 if the project is imported again by another project.

how to resolve: just found that the inner reference version of one package will be influenced by other one which is parallelly installed .

JHinW commented 3 years ago

how to list stopped container :

https://stackoverflow.com/questions/30231187/list-only-stopped-docker-containers docker container list -f "status=exited"