Volume: pacs
Create volume for docker container.
docker volume create pacs
Re-tag
Re-tag the image
docker tag wallacechendockerhub/pacs:0.0.3 ift/pacs:latest
Run
Run pacs system.
i=0; docker run --name pacs --net=host -v /etc/localtime:/usr/share/zoneinfo/DefZone:ro \
-v /run/systemd/system:/run/systemd/system -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \
--mount source=pacs,target=/mp/E/ \
--privileged=true -e TZ=$(readlink /etc/localtime) -e SSHD_PORT=$(($i + 2200)) -e WEB_PORT=$(($i + 8000)) \
-u root -idt ift/pacs
Content type
Image
Digest
Size
511.7 MB
Last updated
almost 5 years ago
docker pull wallacechendockerhub/pacs:0.0.3