ISSUE TYPE
OS / ENVIRONMENT
- Host operating system: Windows 10 1803 Update August 2018
- Native Docker or Docker Toolbox: Native Docker
- Docker version: 18.06.1
- Docker Compose version: 1.22
- What containers are running: httpd php mysql redis
- Container versions:
- cytopia/mariadb-10.1:latest
- redis:4.0
- devilbox/nginx-stable:0.22
- devilbox/php-fpm:7.2-work-0.37
- cytopia/bind:0.15
SUMMARY
Just two weeks ago started to get close and personal with Docker, and i came across this magnificent stack called DevilBox.
So, i installed Docker 18.06.0-ce (on Windows 10, too soon to make the jump to GNU/Linux), read the docs, and set my first containers online, it was amazin how easy everything worked on just 10 minutes! no more XAMPP, AMPPS.
Tried some WP/CodeIgniter to warm up, just fine.
The next day, at Windows startup, docker tells me an update 18.06.1-ce is coming, so i did.
After that, everything on docker-compose (For DevilBox) seems to be running normal but failed to connect.
I tried other containers (Nagios) and they worked fine
That's it, 3 days of pondering, nerve-wrecking scenarios to came to th conclusion:
Hey, why don't just rollback to the previous version?
[SOLVED] Just reporting
STEPS TO REPRODUCE
From 18.06.0-ce on Windows 10:
- Cloned the Latest GIT, make the basic changes on .env (Timezone, Intranet Password)
- docker-compose up -d httpd php mysql redis // docker-compose up -d httpd php pgsql redis
- All Fine and Dandy!! MySQL/pgSQL ok, composer ok, laravel/cakephp/ci ok, prestashop/wp/joomla ok
- Stop containers and exit docker
BUT THEN
- Open Docker, update notice shows
- Update Docker to 18.06.1-ce
- Repeat → docker-compose up -d httpd php mysql redis
- Nothing seems to work
EXPECTED BEHAVIOUR
- Same behaviour as 18.06.0-ce
ACTUAL BEHAVIOUR
- Cannot acces Intranet, or connect to MySQL/pgSQL
OTHER INFORMATION
- Dude, im a rookie so no custom moves
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
Just two weeks ago started to get close and personal with Docker, and i came across this magnificent stack called DevilBox.
So, i installed Docker 18.06.0-ce (on Windows 10, too soon to make the jump to GNU/Linux), read the docs, and set my first containers online, it was amazin how easy everything worked on just 10 minutes! no more XAMPP, AMPPS.
Tried some WP/CodeIgniter to warm up, just fine.
The next day, at Windows startup, docker tells me an update 18.06.1-ce is coming, so i did.
After that, everything on docker-compose (For DevilBox) seems to be running normal but failed to connect.
I tried other containers (Nagios) and they worked fine
That's it, 3 days of pondering, nerve-wrecking scenarios to came to th conclusion:
Hey, why don't just rollback to the previous version?
[SOLVED] Just reporting
STEPS TO REPRODUCE
From 18.06.0-ce on Windows 10:
BUT THEN
EXPECTED BEHAVIOUR
ACTUAL BEHAVIOUR
OTHER INFORMATION