Sign inSign up

azukiapp/ubuntu

By azukiapp

Updated almost 11 years ago

Docker image to run Linux Ubuntu (trusty) by Azuki - http://azk.io

Image
2

2.3K

azukiapp/ubuntu repository overview

azukiapp/ubuntu

azk

This image is maintained by Azuki, the creator and maintainer of azk.
azk is an orchestrator for Docker's containers in local development environments.

Using with azk

You can visit http://images.azk.io/#/ubuntu for more instructions on how to use this image with azk with 2 commands.

Here are some other links to help you get started with azk and the azk images:

Usage with docker

To create the image azukiapp/ubuntu, execute the following command on the docker-ubuntu folder:

$ docker build -t azukiapp/ubuntu .

To run the image and bind to port 8080:

$ docker run -it --rm --name my-app -p 8080:8080 -v "$PWD":/myapp -w /myapp azukiapp/ubuntu script.sh

Logs

# with azk
$ azk logs my-app

# with docker
$ docker logs <CONTAINER_ID>

License

Azuki Dockerfiles distributed under the Apache License.

Tag summary

Content type

Image

Digest

sha256:16a5364de

Size

135.5 MB

Last updated

almost 11 years ago

docker pull azukiapp/ubuntu