Sign inSign up

smarlino/ubuntu-cible

By smarlino

Updated over 3 years ago

This ist a simple cible ubuntu image to test you ssh connexion with all simplify library

Image
0

102

smarlino/ubuntu-cible repository overview

To get the image just make the following command
docker pulll smarlino/ubuntu-cible:1.1
Sample Docker To add user
  1. The user name can be changed
FROM  smarlino/ubuntu-cible:1.1

RUN groupadd galaxiera && useradd -ms /bin/bash -G galaxiera new_user
docker-compose.yml To paste your own ssh key file
version: '3.1'

services:
    
    machine1:
      image: smarlino/ubuntu-cible:1.1
      volumes:
        - ./ssh_key_file.pub:/home/stevy/.ssh/authorized_keys:rw

Tag summary

Content type

Image

Digest

sha256:ad8b10b91

Size

96.7 MB

Last updated

over 3 years ago

docker pull smarlino/ubuntu-cible:1.1