Hello,
Acodring to both the official docmuentation and the email about bamboo 5.8, the amazon/ubuntu stock images should now have Docker capabilities, however the stock AMIs that I see in my account (ami-949bd6fc/ami-1c247d74) doesn't have them and the windows version is still 2008.
Is there something that I can do in order to get the new images?
You have to add the capability manually - Docker is installed but for technical reasons we did not add the capabilities to people's accounts.
Note that Docker is only available on 64bit Linux (Amazon/Ubuntu) images.
Great! too bad it is not documented anywhere...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Isn't ami-949bd6fc the 64bit Amazon image? I still can't find Docker installed on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Francisco Montada Yes - do the following:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Oliver thanks to reply sorry I did not understand your the step I did this curl -sSL https://get.docker.com/ | sh and also did not work could you help us ? thanks Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did it exactly accordingly to the official guide and it worked.Perhaps a clean uninstall could help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Francisco Montada I too was having issues with docker remaining version 1.5 when that is no longer supported for docker hub. My solution was to add this to the ubuntu image startup script #!/bin/bash usermod -a -G docker ec2-user sudo apt-get update sudo apt-get install docker.io docker version was updated and i seem to be able to push again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oliver did you find the way to update Docker on Ubuntu image, I am able to build a new image with Docker task but I am not able to push it to Docker hub, I read that I need to have the last version of Docket because old version has incompatibility with Docker hub
Error
error 30-Aug-2015 18:45:21 time="2015-08-31T01:45:21Z" level=fatal msg="Error: Status 400 trying to push repository fmontada/book-system: \"Access denied: 703a8705027fab8928c91f11e58e1d1ad12716c60f3705a6b5e71e579b1a89a5 is a private image\""
Thanks
Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you upgrade the Ubuntu image to the latest Docker version? Currently it's 1.5 whereas the latest one is 1.7...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Docker doesn't work at Windows without separate VM, so Windows images doesn't have docker capabilities, try to use Ubuntu based images
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.