Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

  1. Blog
  2. Article

Canonical
on 31 July 2014

Cloud 9 IDE now runs Ubuntu containers via Docker


As announced during the Ubuntu Server 14.04 LTS release, Docker is now fully integrated with Ubuntu Server, available through a simple apt-get. Since then, many individuals and companies have been doing some very cool things with Docker on Ubuntu, and we’ve decided to dedicate a blog series to highlighting those endeavours.

Our first post is about Cloud9, which “combines a powerful online code editor with a full Ubuntu workspace in the cloud”. They have just launched the latest version of their online IDE, which includes workspaces hosted through Docker in containers running on Ubuntu. You can choose from an existing workspace (and there seem to be ones for some of the most popular development tools), or create your own. You can also customise the underlying container directly through sudo access from your command line.

We think this is an excellent illustration of the power of the Ubuntu/Docker combo. You can have an on-demand, pre-configured IDE using minimal resources, and switch between multiple workspaces as you need to. It’s a good combination of ease of use and the ability to customise and configure.

We haven’t tried it yet, so if you have, feel free to let us know what you think of it. Read the full article here. And if you’re doing something cool on Ubuntu and Docker yourself, please tweet us @ubuntucloud using the hashtag #docker, preferably including a link to a demo or a blog post, and we’ll be happy to syndicate it on insights.ubuntu.com.

Happy developing!

Related posts


Nathan Hart
28 January 2022

Single-command Docker environments on any machine with Multipass

Ubuntu Article

Multipass has a new workflow tailored to run Docker containers on macOS, Windows or Linux. One single command, no dependencies, full flexibility. Multipass exists to bring Ubuntu-based development to the operating system of your choice. Whether you prefer the GUI of macOS (even on M1), Windows or any other Linux, the unmatched experience ...


Nathan Hart
23 December 2021

How-To: Docker on Windows and Mac with Multipass

Tutorials Article

Update: there is now a more streamlined way to run Docker on Multipass – see this tutorial for more details. Original blog below: If you’re looking for an alternative to Docker Desktop or to integrate Docker into your Multipass workflow, this how-to is for you.  Multipass can host a docker engine inside an Ubuntu VM ...


Canonical
5 September 2023

도커(Docker) 컨테이너 보안: 우분투 프로(Ubuntu Pro)로 FIPS 지원 컨테이너 이해하기

FIPS Security

오늘날 급변하는 디지털 환경에서 강력한 도커 컨테이너 보안 조치의 중요성은 아무리 강조해도 지나치지 않습니다. 컨테이너화된 계층도 규정 준수 표준의 적용을 받기 때문에 보안 문제 및 규정 준수 요구 사항이 발생합니다. 도커 컨테이너 보안 조치는 경량의 어플라이언스 유형 컨테이너(각 캡슐화 코드 및 해당 종속성)를 위협 및 취약성으로부터 보호하는 것을 수반합니다. 민감한 개인 데이터를 처리하는 데 의존하는 ...