Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Releases: tiangolo/babun-docker

Update winpty and bug fixes and preserve return code

27 Apr 11:14
Compare
Choose a tag to compare

Updates (winpty) and bug fixes. See PR 34 by murray02.

The return code is now preserved. See PR 31 by ptisserand.

0.1.4

14 Apr 18:16
Compare
Choose a tag to compare

Fix for bash and add MIT license.

0.1.3

09 Nov 20:22
Compare
Choose a tag to compare

Now the shared folders are mounted in two directories inside the VirtualBox virtual machine to make it compatible with docker-compose.

You can start and set up babun-docker and all the shared folders with any docker command, as:

docker ps

And have a docker-compose.yml file with:

version: '2'
services:
  server:
    build: ./server
    volumes:
      - ./server/app:/app
    ports:
      - 8081:80

...note the relative mounted volume in ./server/app:/app.

And then bring up your stack with:

docker-compose up -d

and it will work (because the shared folder paths that docker-compose uses are also mounted in the virtual machine).

v0.1.2

17 Aug 13:54
Compare
Choose a tag to compare
  • Fix for the command docker login, see PR 24 by jpraet.

v0.1.1

05 Jul 12:37
Compare
Choose a tag to compare
  • Make winpty download file explicit, see PR 23 by murrayju.
  • Use the latest version of Winpty (0.4.0).

First Release

22 Jun 19:15
Compare
Choose a tag to compare

Start using releases to mark changes, useful to send email notifications to users of Sibbell.