You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lpt2007
changed the title
raspbarry pi - install & run firefox in docker container
raspbarry pi - install & run firefox under docker container
Feb 15, 2019
I used raspbian-desktop from this link:
https://www.raspberrypi.org/downloads/raspbian/
I enabled ssh with:
I update host system:
run raspi-config:
sudo raspi-config
go to -> "Interfacing Options" -> "Camera" -> Enable,
go to -> "Advanced Options" -> "Memory Split" -> 256
go to -> "Finish" -> "Reboot"
I installed docker:
I Installed x11docker:
I create folders:
create and edit Dockerfile:
nano /home/pi/docker/firefox/Dockerfile
add this:
build docker container:
sudo docker build -t firefox /home/pi/docker/firefox
from ssh I run this:
The text was updated successfully, but these errors were encountered: