Sign inSign up

cbcities/sc

By cbcities

Updated about 9 years ago

Sierra Charlie container image

Image
0

1.7K

cbcities/sc repository overview

Docker image for Sierra Charlie

Docker hub

Using the docker image

  • The docker image can be used directly from the Docker Hub or Quay.io
  • Pull the docker image docker pull cbcities/sc
  • To launch the cbcities/sc docker container, run docker run -p 3000:3000 -ti cbcities/sc:latest /bin/bash

To login as root

  • Launching docker as root user: docker exec -u 0 -ti <containerid> /bin/bash

Creating an image from the docker file

  • To build an image from docker file run as root docker build -t "cbcities/sc" /path/to/Dockerfile
  • docker history will show you the effect of each command has on the overall size of the file.

Tag summary

Content type

Image

Digest

Size

366.5 MB

Last updated

about 9 years ago

docker pull cbcities/sc