docker-firefox icon indicating copy to clipboard operation
docker-firefox copied to clipboard

Add Button To ReOpen

Open bbakermmc opened this issue 5 years ago • 4 comments

How do you reopen the browser if you "Quit" it. If youre remote, you dont always have accesss to "restart". Isnt there a way to add a button to relaunch it?

bbakermmc avatar Feb 26 '19 00:02 bbakermmc

If you don't want the container to shutdown when Firefox quits, you can set the KEEP_APP_RUNNING environment variable to 1. See https://github.com/jlesage/docker-firefox#environment-variables.

jlesage avatar Feb 26 '19 01:02 jlesage

I don’t think the container is closing. Just Firefox has exited.

Sent from my iPhone

On Feb 25, 2019, at 8:50 PM, Jocelyn Le Sage <[email protected]mailto:[email protected]> wrote:

If you don't want the container to shutdown when Firefox quits, you can set the KEEP_APP_RUNNING environment variable to 1. See https://github.com/jlesage/docker-firefox#environment-variables.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jlesage/docker-firefox/issues/17#issuecomment-467259644, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AcsjR0yA2CBTQoLTDH27owrmaFL3nP6Qks5vRJLggaJpZM4bRGzf.

bbakermmc avatar Feb 26 '19 04:02 bbakermmc

When Firefox exits, the container normally also stops.

What do you do exactly after you "Quit" Firefox?

jlesage avatar Feb 26 '19 10:02 jlesage

I can confirm that closing Firefox does not shut down the container. The container keeps running and when connecting to the machine via http://your-host-ip:5800, the screen remains black.

bramus avatar Feb 21 '22 15:02 bramus