docs: fix container name
This commit is contained in:
parent
c5be56fb59
commit
ed6e9cfe63
@ -1,11 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="114c4900-1ad3-480d-a423-ea02ef8f6005" name="Default Changelist" comment="">
|
<list default="true" id="114c4900-1ad3-480d-a423-ea02ef8f6005" name="Default Changelist" comment="" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/.idea.mariadb-alpine.dir/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.mariadb-alpine.dir/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/entrypoint.sh" beforeDir="false" afterPath="$PROJECT_DIR$/entrypoint.sh" afterDir="false" />
|
|
||||||
</list>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
@ -43,6 +39,25 @@
|
|||||||
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
||||||
<property name="vue.rearranger.settings.migration" value="true" />
|
<property name="vue.rearranger.settings.migration" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="RunManager">
|
||||||
|
<configuration name="Docker Image" type="docker-deploy" factoryName="docker-image" temporary="true" server-name="Docker">
|
||||||
|
<deployment type="docker-image">
|
||||||
|
<settings>
|
||||||
|
<option name="imageTag" value="docker.asifbacchus.app/mariadb/mariadb-alpine:10.5" />
|
||||||
|
<option name="command" value="" />
|
||||||
|
<option name="containerName" value="db" />
|
||||||
|
<option name="entrypoint" value="" />
|
||||||
|
<option name="commandLineOptions" value="--rm" />
|
||||||
|
</settings>
|
||||||
|
</deployment>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<recent_temporary>
|
||||||
|
<list>
|
||||||
|
<item itemvalue="Docker.Docker Image" />
|
||||||
|
</list>
|
||||||
|
</recent_temporary>
|
||||||
|
</component>
|
||||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||||
<component name="TaskManager">
|
<component name="TaskManager">
|
||||||
<task active="true" id="Default" summary="Default task">
|
<task active="true" id="Default" summary="Default task">
|
||||||
@ -53,7 +68,7 @@
|
|||||||
<updated>1609058490002</updated>
|
<updated>1609058490002</updated>
|
||||||
<workItem from="1609058494288" duration="604000" />
|
<workItem from="1609058494288" duration="604000" />
|
||||||
<workItem from="1609059119559" duration="214000" />
|
<workItem from="1609059119559" duration="214000" />
|
||||||
<workItem from="1609059354834" duration="7172000" />
|
<workItem from="1609059354834" duration="7502000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00001" summary="build: Rider project config files">
|
<task id="LOCAL-00001" summary="build: Rider project config files">
|
||||||
<created>1609059462884</created>
|
<created>1609059462884</created>
|
||||||
@ -69,7 +84,14 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1609067290388</updated>
|
<updated>1609067290388</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="3" />
|
<task id="LOCAL-00003" summary="fix: chown files in entrypoint vs dockerfile - init directories chown'd in entrypoint vs dockerfile - sets proper UID and GID instead of system default">
|
||||||
|
<created>1609067732307</created>
|
||||||
|
<option name="number" value="00003" />
|
||||||
|
<option name="presentableId" value="LOCAL-00003" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1609067732307</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="4" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
@ -91,7 +113,8 @@
|
|||||||
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
|
||||||
<MESSAGE value="build: Rider project config files" />
|
<MESSAGE value="build: Rider project config files" />
|
||||||
<MESSAGE value="feature(DOCKERFILE): use edge repo - change alpine repo to EDGE so latest versions can be used - update mariaDB minor version" />
|
<MESSAGE value="feature(DOCKERFILE): use edge repo - change alpine repo to EDGE so latest versions can be used - update mariaDB minor version" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="feature(DOCKERFILE): use edge repo - change alpine repo to EDGE so latest versions can be used - update mariaDB minor version" />
|
<MESSAGE value="fix: chown files in entrypoint vs dockerfile - init directories chown'd in entrypoint vs dockerfile - sets proper UID and GID instead of system default" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="fix: chown files in entrypoint vs dockerfile - init directories chown'd in entrypoint vs dockerfile - sets proper UID and GID instead of system default" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XSLT-Support.FileAssociations.UIState">
|
<component name="XSLT-Support.FileAssociations.UIState">
|
||||||
<expand />
|
<expand />
|
||||||
|
@ -6,9 +6,9 @@ FROM alpine:3.12
|
|||||||
|
|
||||||
# standardized labels
|
# standardized labels
|
||||||
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
|
LABEL maintainer="Asif Bacchus <asif@bacchus.cloud>"
|
||||||
LABEL org.label-schema.cmd="docker run -d --name db -v volume:/var/lib/mysql [-v /pre/exec/scripts:/docker-entrypoint-preinit.d] [-v /sql/scripts:/docker-entrypoint-initdb.d] [-v /post/exec/scripts:/docker-entrypoint-postinit.d] [-e TZ=Etc/UTC -e MYSQL_UID=8100 -e MYSQL_GID=8100 -e MYSQL_ROOT_PASSWORD=... -e MYSQL_DATABASE='myData' -e MYSQL_CHARSET='utf8mb4' -e MYSQL_COLLATION='utf8mb4_general_ci' -e MYSQL_USER=... -e MYSQL_PASSWORD=...] docker.asifbacchus.app/mariadb/mariadb-alpine:latest"
|
LABEL org.label-schema.cmd="docker run -d --name db -v volume:/var/lib/mysql [-v /pre/exec/scripts:/docker-entrypoint-preinit.d] [-v /sql/scripts:/docker-entrypoint-initdb.d] [-v /post/exec/scripts:/docker-entrypoint-postinit.d] [-e TZ=Etc/UTC -e MYSQL_UID=8100 -e MYSQL_GID=8100 -e MYSQL_ROOT_PASSWORD=... -e MYSQL_DATABASE='myData' -e MYSQL_CHARSET='utf8mb4' -e MYSQL_COLLATION='utf8mb4_general_ci' -e MYSQL_USER=... -e MYSQL_PASSWORD=...] docker.asifbacchus.app/mariadb/ab-mariadb-alpine:latest"
|
||||||
LABEL org.label-schema.description="mariadb running on Alpine Linux."
|
LABEL org.label-schema.description="mariadb running on Alpine Linux."
|
||||||
LABEL org.label-schema.name="mariadb-alpine"
|
LABEL org.label-schema.name="ab-mariadb-alpine"
|
||||||
LABEL org.label-schema.schema-version="1.0"
|
LABEL org.label-schema.schema-version="1.0"
|
||||||
LABEL org.label-schema.url="https://git.asifbacchus.app/ab-docker/mariadb-alpine"
|
LABEL org.label-schema.url="https://git.asifbacchus.app/ab-docker/mariadb-alpine"
|
||||||
LABEL org.label-schema.usage="https://git.asifbacchus.app/ab-docker/mariadb-alpine/wiki"
|
LABEL org.label-schema.usage="https://git.asifbacchus.app/ab-docker/mariadb-alpine/wiki"
|
||||||
|
Loading…
Reference in New Issue
Block a user