Docker image to run Linux Ubuntu (trusty) by Azuki - http://azk.io
2.3K
This image is maintained by Azuki, the creator and maintainer of azk.
azk is an orchestrator for Docker's containers in local development environments.
azkYou 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:
dockerTo 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
# with azk
$ azk logs my-app
# with docker
$ docker logs <CONTAINER_ID>
Azuki Dockerfiles distributed under the Apache License.
Content type
Image
Digest
sha256:16a5364de…
Size
135.5 MB
Last updated
almost 11 years ago
docker pull azukiapp/ubuntu