Skip to content

Commit

Permalink
Use redis image for testing dnsdock: non need to login into sparkfabr…
Browse files Browse the repository at this point in the history
…ik docker registry and it should be also lighter (#42)
  • Loading branch information
alessiopiazza authored and paolomainardi committed Sep 7, 2019
1 parent 2db0698 commit 15e5d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/guides/local-development-environment-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ docker/scripts/clean-dns.cache.sh
*Test* that everything is working as expected, by issuing these commands:

```bash
% docker run -d -e DNSDOCK_ALIAS=test1.mysql.docker.loc -e MYSQL_ROOT_PASSWORD=root --name mysql-test sparkfabrik/docker-mysql
% ping test1.mysql.docker.loc
% docker run -d -e DNSDOCK_ALIAS=test1.redis.docker.loc --name redis-test redis:alpine
% ping test1.redis.docker.loc

PING test1.mysql.docker.loc (172.17.42.37): 56 data bytes
PING test1.redis.docker.loc (172.17.42.37): 56 data bytes
64 bytes from 172.17.42.37: icmp_seq=0 ttl=63 time=0.275 ms

% docker rm -vf mysql-test
% docker rm -vf redis-test
```

These commands:
Expand Down

0 comments on commit 15e5d2b

Please sign in to comment.