[FIX] docker: remove dot from docker name

This commit is contained in:
Mathieu Benoit 2021-07-21 05:26:48 -04:00
parent 7e5ae534db
commit e48214165a
5 changed files with 10 additions and 0 deletions

View file

@ -2,5 +2,7 @@
CURRENT=$(pwd)
BASENAME=$(basename "${CURRENT}")
# Docker remove dot
BASENAME="${BASENAME//./}"
docker exec -u root -ti ${BASENAME}_ERPLibre_1 bash

View file

@ -2,6 +2,8 @@
CURRENT=$(pwd)
BASENAME=$(basename "${CURRENT}")
# Docker remove dot
BASENAME="${BASENAME//./}"
docker exec -u root -ti ${BASENAME}_ERPLibre_1 /bin/bash -c "\
cd /ERPLibre; \

View file

@ -2,6 +2,8 @@
CURRENT=$(pwd)
BASENAME=$(basename "${CURRENT}")
# Docker remove dot
BASENAME="${BASENAME//./}"
docker exec -u root -ti ${BASENAME}_ERPLibre_1 /bin/bash -c "\
cd /ERPLibre; \

View file

@ -2,6 +2,8 @@
CURRENT=$(pwd)
BASENAME=$(basename "${CURRENT}")
# Docker remove dot
BASENAME="${BASENAME//./}"
docker exec -u root -ti ${BASENAME}_ERPLibre_1 /bin/bash -c "\
cd /ERPLibre; \

View file

@ -2,6 +2,8 @@
CURRENT=$(pwd)
BASENAME=$(basename "${CURRENT}")
# Docker remove dot
BASENAME="${BASENAME//./}"
docker exec -u root -ti ${BASENAME}_ERPLibre_1 /bin/bash -c "\
cd /ERPLibre; \