Last active
August 19, 2020 11:47
-
-
Save fernandobatels/d95f49ccad51c350f8b6df301dbc9723 to your computer and use it in GitHub Desktop.
Flamerobin for Firebird 3.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:18.04 | |
RUN apt-get update && apt-get install -y flamerobin | |
RUN mkdir /root/.flamerobin | |
ENTRYPOINT [ "flamerobin" ] |
Author
fernandobatels
commented
Sep 15, 2019
•
- Create the imagem:
- Create the container
- Using the new container
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment