Today if we change grafana configuration, all changes will be lost if we stop and restart the container dgarros added the enhancement label Feb 24, 2016 mdbarrett99 commented Feb 24, 2016 Hi, I second this request. Attached is a simple example of what happens when you start and stop ...
I'd like to be able to make configuration changes to a container (running or stopped). Specifically, any setting that can be set when starting a container with docker run should be able to be changed after-the-fact easily. Rationale: Whe...
A Docker container is built out of a generic, initial image. Over time, you add your own changes to this base image. Processes running inside the container might also save their own data or make other changes. To preserve all of this, commit the current state of your container to a new...
A CLI tool to make git changes across many repos. Learn more about microplane in thisintroductory blogpost. "the lemon is Git{Hub,Lab}" Setup Here are several ways to install microplane: Pre-built release- You can download a pre-built version of Microplane from theGithub releases. ...
docker build -t $(BUNDLE_IMG) -f target/bundle/$(PACKAGE_NAME)/bundle.Dockerfile target/bundle/$(PACKAGE_NAME) Add the following undersrc/main/resources/application.properties quarkus.container-image.name=<package name>-controller quarkus.operator-sdk.bundle.package-name=<package name> quarkus.ope...
2 changes: 1 addition & 1 deletion 2 Dockerfile @@ -1,4 +1,4 @@ FROM python:3.6 FROM python:python:3.12.1-slim-bookworm RUN apt-get -y update && apt-get upgrade -yu COPY . /tmp/SpiffWorkflow RUN cd /tmp/SpiffWorkflow && make wheel && pip install dist/SpiffWorkflow*.whl 48 ...
Description Running the command docker-compose down crashes the program. Running docker-compose -f <path_file.yml> down makes no difference. Here is the traceback: panic: interface conversion: interface {} is map[string]interface {}, not...
2 changes: 1 addition & 1 deletion 2 base/Dockerfile @@ -1,7 +1,7 @@ ARG BASE_CONTAINER=condaforge/mambaforge:latest FROM $BASE_CONTAINER ARG python=3.8 ARG python="3.10" ARG release SHELL ["/bin/bash", "-c"] 10 changes: 5 additions & 5 deletions 10 build/docker-compose.yml...
Docker 20.10 was released 9 months before Alpine 3.14. Docker 19.03 is now officially EOL. It is unreasonable to expect volunteer projects to expend effort to support EOL software. Moreover, the premise is not even correct. As documented in the Alpine Linux 3.14 release notes, there are altern...
__DOCKERFILE_INSTALL__ __DOCKERFILE_POSTINSTALL_CLEANUP__ __ENABLE_REPOS__ __GANESHA_PACKAGES__ __SCIKIT_LEARN__ 3 changes: 2 additions & 1 deletion 3 Makefile @@ -58,7 +58,8 @@ ALL_BUILDABLE_FLAVORS := \ quincy,centos,8 \ reef,centos,8 \ squid,centos,8 \ main,cent...