Coder Social home page Coder Social logo

Comments (6)

tianon avatar tianon commented on July 19, 2024

You'll want to check out the "Ubuntu Core" project for more information
about our base images. Generally, we always go for smaller since most
people don't need things like "sudo" in a Docker container anyhow.

from docker-brew-ubuntu-core.

tianon avatar tianon commented on July 19, 2024

(and if they do, it's a simple "apt-get install" away)

from docker-brew-ubuntu-core.

lutaylor avatar lutaylor commented on July 19, 2024

Hi,

Thank you for the reply. I notice some things like just trying to start and stop services doesn't appear to work or give any sort of output. It works fine in ubuntu 14.04. Is it missing something regarding basic starting and stopping of services?

from docker-brew-ubuntu-core.

tianon avatar tianon commented on July 19, 2024

Do have a more specific set of steps I could follow to reproduce? A
Dockerfile would be especially great.

from docker-brew-ubuntu-core.

lutaylor avatar lutaylor commented on July 19, 2024

All I did was a docker pull didn't use a dockerfile or anything.

docker pull ubuntu:12.04
docker run -t -i ubuntu:12.04 /bin/bash

Try running any service related command. e.g. service network stop | start you get no output at all

from docker-brew-ubuntu-core.

tianon avatar tianon commented on July 19, 2024

That is by design. When you invoke service xyz start, it doesn't actually start the service - it talks to Upstart (which isn't running in your container), and then Upstart starts the service. In containers, we strive for one process per container, so Upstart doesn't run and we instead run just "apache" by itself, for example.

from docker-brew-ubuntu-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.