dockerman22/getting-started

By dockerman22

Updated 10 months ago

Deze repos hoort bij de docker tutorial op https://docs.docker.com/get-started/04_sharing_app/

Image
Databases & Storage
Languages & Frameworks

15

This is a simple to do app Created with React

Image was created for linux/amd64 - so meant to run from non-Mac platform like Docker playground.

  • clone it with git clone https://github.com/docker/getting-started-app.git
  • build it with docker build -t getting-started .
  • run it with docker run -dp 127.0.0.1:3000:3000 getting-started

Docker Pull Command

docker pull dockerman22/getting-started