Docker image for Mozilla's Firefox OS development environment
932
This repository contains Dockerfile of Ubuntu Desktop (LXDE) for Docker through an automated build that is published on the Docker Hub Registry and allows your to use NoVNC through the browser to run the operating system.
1.) Install Docker
Only use this command to create a new instance of the image. To continue using the same container, use the Run Existing Container in the Useful Commands section below.
docker run -i -t -p 6080:6080 silne30/fxos-docker
This will create a new instance (container) of the image and it will begin to run. The terminal will show output with a bunch of PID's. Open up a browser window and hit the IP address that docker is using with port 6080. For instance, if Docker is using IP Address 192.168.20.125 then you would enter 192.168.20.125:6080 into your browser.
/home/gaia-env/gaiaubuntufrom Docker Reference
docker psdocker ps -adocker start <CONTAINER_ID>docker stop <CONTAINER_IDboot2docker ipdocker inspect <CONTAINER_ED>docker build <Dockerfile>docker build . That period is not a typo. Don't forget the period.Content type
Image
Digest
sha256:8c19015c3…
Size
3 GB
Last updated
about 11 years ago
docker pull silne30/fxos-docker