Skip to content

how to run the images in standalone mode, ie out of home-assistant ? #5

Locked Answered by alexandrecuer
alexandrecuer asked this question in Q&A
Discussion options

You must be logged in to vote

@gadgetbazza : I just did a manual restore as you intend to do and it works

On the host machine, I have a /data folder belonging to the current user

start the container :

docker run --rm -v /data:/data -p 8081:80 -p 7883:1883 -it alexjunk/emoncms:alpine3.16

it will create the /data/emoncmsfolder

open a shell session in the folder where you have an emoncms tar.gz backup :

sudo cp emoncms-siegecerema-2021-2022.tar.gz /data/emoncms/backup/uploads/

check the container id :

docker container ls
CONTAINER ID   IMAGE                        COMMAND   CREATED         STATUS         PORTS                                                                              NAMES
0ae9165de664   alexjunk/emo…

Replies: 3 comments 20 replies

Comment options

You must be logged in to vote
9 replies
@alexandrecuer
Comment options

alexandrecuer Oct 16, 2023
Maintainer Author

@gadgetbazza
Comment options

@alexandrecuer
Comment options

alexandrecuer Oct 16, 2023
Maintainer Author

@alexandrecuer
Comment options

alexandrecuer Oct 16, 2023
Maintainer Author

Answer selected by alexandrecuer
Comment options

You must be logged in to vote
2 replies
@alexandrecuer
Comment options

alexandrecuer Oct 20, 2023
Maintainer Author

@gadgetbazza
Comment options

Comment options

You must be logged in to vote
9 replies
@gadgetbazza
Comment options

@alexandrecuer
Comment options

alexandrecuer Oct 21, 2023
Maintainer Author

@gadgetbazza
Comment options

@alexandrecuer
Comment options

alexandrecuer Oct 23, 2023
Maintainer Author

@alexandrecuer
Comment options

alexandrecuer May 1, 2024
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants