Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Container start line storage #112

Closed
thesugarat opened this issue Sep 25, 2020 · 2 comments
Closed

[Feature Request] Container start line storage #112

thesugarat opened this issue Sep 25, 2020 · 2 comments

Comments

@thesugarat
Copy link

I would like to see a basic way to store and display text. The docker start lines that I edit and use to create containers should be storable. For example is the start line for Yacht:

docker run -d -p 8321:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht

I've edited the port information, and in another I could edit the volume information... I want to be able to store this text information inside the docker volume "yacht" (or bind mount) so that the info survives restarts and container updates. Preferably an interface where you can name each file and have a set number of characters for the "sheet"/notes. And be able to copy and paste from it.

@SelfhostedPro
Copy link
Owner

You may be able to store this in a label if you're just looking for text storage. That feature will be pushed out to the devel branch in the next hour or so if you'd like to try it out.

@SelfhostedPro
Copy link
Owner

Duplicate of #113 going to merge this with it and close this one out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants