$ docker build -t docbuc/hello-world-node .
$ docker run -d -P --name hello-world docbuc/hello-world-node
$ docker port hello-world
8080/tcp -> 0.0.0.0:32772
Jetzt http://0.0.0.0:32772/ im Browser öffnen.
Content type
Image
Digest
sha256:67536f86c…
Size
391.2 MB
Last updated
10 months ago
docker pull docbuc/hello-world-node