docker-microcule

This repository contains Dockerfile for microcule container, based on the tensorflow image.

Install

As a prerequisite, you need Docker to be installed.

To download this image from the public docker hub:

$ docker pull smapira/docker-microcule

To re-build this image from the dockerfile:

$ docker build -t docker-microcule .

Usage

To run:

NAME_SPACE=registry
CONTAINER=repository-$(date +%Y-%m-%d)
docker build -t ${NAME_SPACE}/${CONTAINER} .
docker run -it --name ${CONTAINER} ${NAME_SPACE}/${CONTAINER} bash

cat /etc/*release

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

Super Thanks

Stacks