Skip to content

jlebleu/docker-xuc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Dockerfile for Xuc

Install Docker

To install docker on Linux :

curl -sL https://get.docker.io/ | sh

or

 wget -qO- https://get.docker.io/ | sh

Build

To build the image, simply invoke

docker build -t xuc github.com/sboily/docker-xuc

Or directly in the sources

docker build -t xuc .

Usage

To run the container, do the following:

docker run -d -P xuc

On interactive mode :

docker run -i -t xuc /bin/bash

Infos

To get the IP of your container use :

docker ps -a
docker inspect <container_id> | grep IPAddress | awk -F\" '{print $4}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages