1. The received images should show up in the UI of the Archive at http://localhost:8080/dcm4chee-arc/ui2 or https://localhost:8443/dcm4chee-arc/ui2docker dcm4chee

  2. You may stop all 3 containers by:
    $ docker stop ldap db arc
    

    and start all 3 containers again by:

    $ docker start ldap db arc
    
  3. You may delete the stopped containers by
    $ docker rm -v ldap db arc
    

    You may delete the created bridge network by

    $ docker network rm dcm4chee_default

 

 

sudo docker stop ldap db arc
sudo docker start ldap db arc
 

相关文章:

  • 2021-08-28
  • 2021-09-30
  • 2021-11-17
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-11-29
猜你喜欢
  • 2021-07-19
  • 2021-11-19
  • 2021-08-24
  • 2021-08-11
  • 2021-08-13
  • 2021-04-04
  • 2022-01-17
相关资源
相似解决方案