Sign inSign up

silne30/fxos-docker

By silne30

•Updated about 11 years ago

Docker image for Mozilla's Firefox OS development environment

Image
0

932

silne30/fxos-docker repository overview

⁠Firefox OS Docker (fxos-docker)

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.

⁠Base Docker Image

⁠Installation

1.) Install Docker⁠

⁠Usage

⁠Initial Run of Container

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.

⁠Additional Information

  • The gaia repository was cloned to: /home/gaia-env/gaia
  • Password for super user: ubuntu

⁠Useful Commands

from Docker Reference⁠

  • List all running containers: docker ps
  • List all containers: docker ps -a
  • Relaunch existing container: docker start <CONTAINER_ID>
  • Stop running container: docker stop <CONTAINER_ID
  • Print IP Address Docker is using:
    • Mac/Windows: boot2docker ip
    • Linux: docker inspect <CONTAINER_ED>
  • Build Dockerfile (Useful if you made changes to Dockerfile): docker build <Dockerfile>
  • Build all Dockerfiles: docker build . That period is not a typo. Don't forget the period.

Tag summary

Content type

Image

Digest

sha256:8c19015c3…

Size

3 GB

Last updated

about 11 years ago

docker pull silne30/fxos-docker