Skip to content

Editing files in docker #31

Answered by excalith
TheLinuxGuy-ssh asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Rohan-Developer0,

The Getting Started wiki page shows the most common ways of configuring the start page. You should have a look at it.

If you want to edit the configuration, you can simply use config edit command and change anything provided there.

However, if you want to change the source code (aka. the files), you cannot do that in your Docker container since it is an optimized build. Instead, you should fork the git repository (not the docker image from registry) and make your changes within the source code. With this way, you will be cloning the source code of this project and

  • You will have the control over the source code
  • You can deploy to web
  • Create a docker image
  • Host it loc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by excalith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants