~valentinviennot/ubuntu-docker-images:update-redis-readme

Last commit made on 2020-11-20
Get this branch:
git clone -b update-redis-readme https://git.launchpad.net/~valentinviennot/ubuntu-docker-images
Only Valentin Viennot can upload to this branch. If you are Valentin Viennot please log in for upload directions.

Branch merges

Branch information

Name:
update-redis-readme
Repository:
lp:~valentinviennot/ubuntu-docker-images

Recent commits

0d96fbb... by Valentin Viennot

generated README from review

cd5bfbd... by Sergio Durigan Junior

Update project URL

We've moved from https://launchpad.net/ubuntu-server-oci to
https://launchpad.net/ubuntu-docker-images, so we need to update all
READMEs accordingly.

Signed-off-by: Sergio Durigan Junior <email address hidden>

915619d... by Sergio Durigan Junior

Set "TZ=UTC" (LP: #1904018)

This commit sets the environment variable TZ to the sane value "UTC".
In order to do that, we:

1) Set "ENV TZ UTC" at the beginning of the image declaration (usually
   right below the "FROM" statement).

2) Install the "tzdata" package, which is needed in order to make TZ
   work properly.

Signed-off-by: Sergio Durigan Junior <email address hidden>

5d23367... by Lucas Kanashiro

README.md: change TZ value to UTC

41548a7... by Sergio Durigan Junior

Only create a dedicated network when debugging

Instead of creating a dedicated network in the Usage section, just run
the container with "-p xx:xx". Create a dedicated network only when
debugging.

Signed-off-by: Sergio Durigan Junior <email address hidden>

da99fe9... by Valentin Viennot

interactive mode missing

ea16403... by Valentin Viennot

fix redis.conf link

1f74718... by Valentin Viennot

consistency with mysql readme

fa69382... by Valentin Viennot <email address hidden>

add TZ environment variable

(always a pain point for docker developers)

41688f0... by Valentin Viennot <email address hidden>

consistent run/debug commands - clean