Hamilton Turner

Results 27 comments of Hamilton Turner

AFAIK, upgrade will sometimes work fine and sometimes not work fine, depending on the current status of ubuntu:latest. As of me writing this, it is not working

See https://github.com/docker/machine/pull/3609 which has a potentially working PR. Perhaps someone will use that against machine-drivers/machine and test that it's working for Amazon Linux 2

@defunctzombie that option reports the output for all the dockerfile commands. However, running `docker build` requires two steps - 1) tar the current directory 2) run docker build. I'm asking...

> Now you have to manually select all individuel items and refresh then. Just in case you're not aware, you can use [refresh all](https://github.com/pannal/Sub-Zero.bundle/wiki/FAQ#im-running-the-plugin-for-the-first-time-and-want-to-have-subtitles-for-all-of-my-old-items) to down all subtitles currently -...

@MichaelAtOz Wow! Thanks for the effort here. I'm crunched with my day job, but as soon as I resume this side project I'll try to follow along with your work....

In case this helps someone 5 minutes, here's what I use for Ubuntu 14: ``` override.vm.provision :shell do |sh| sh.inline = "echo '127.0.0.1 appserver' >> /etc/hosts echo 'appserver' > /etc/hostname...

Here's a workaround. A `timeout` binary is present in both `alpine` and `ubuntu` based images. If the update is timed out you get an error code in `$?` and stderr...