dockerman22/getting-started
Deze repos hoort bij de docker tutorial op https://docs.docker.com/get-started/04_sharing_app/
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.
git clone https://github.com/docker/getting-started-app.git
docker build -t getting-started .
docker run -dp 127.0.0.1:3000:3000 getting-started
docker pull dockerman22/getting-started