Base Ubuntu NoVnc Image
https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/
Features:
Docker Image fenago/react-graphql-intro
Run Image docker run -d --privileged --restart=always --user root -p 80:80 -p 81:81 -p 3000:3000 -p 4000:4000 -p 8000:8000 -p 5900:5900 --name graphqlintro fenago/react-graphql-intro
Note: You can also run multiple instances by changing container name and port ( -p <update-host-port>:80 ) in the above command.
Commit & Push Changes
docker commit graphqlintro fenago/react-graphql-intro
docker push fenago/react-graphql-intro
To QA Labs
docker run -d --privileged --restart=always --user root -p 80:80 -p 81:81 -p 3000:3000 -p 8000:8000 -p 5900:5900 --name graphqlqa fenago/react-graphql-intro:qa-lab1
Content type
Image
Digest
sha256:c85392921…
Size
3 GB
Last updated
almost 4 years ago
docker pull fenago/react-graphql-intro