Flent-users discussion archives
 help / color / mirror / Atom feed
From: xciter327 <notifications@github.com>
To: tohojo/flent <flent@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [Flent-users] Re: [tohojo/flent] Flent in Docker? (#220)
Date: Tue, 08 Jun 2021 12:02:23 -0700	[thread overview]
Message-ID: <tohojo/flent/issues/220/857019602@github.com> (raw)
In-Reply-To: <tohojo/flent/issues/220@github.com>

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

Here is what I setup for a quick n dirty testing. It's a pretty "fat" image, but I don't feel like optimizing it at this point. You can probably do away with a bunch of dependencies if You relegate yourself to cli only Flent. It was based on a previous attempt I saw somewhere here.

```
FROM ubuntu:hirsute
RUN apt-get update && apt-get install -y locales software-properties-common && \
    sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
    locale-gen
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
RUN add-apt-repository ppa:tohojo/flent
RUN apt-get update
RUN apt install -y flent netperf irtt iperf fping bsdmainutils
RUN apt remove software-properties-common locales -y && apt clean && apt autoremove -y && rm -rf /var/lib/apt/lists/*
RUN chown root.root /usr/bin/fping && chmod 4755 /usr/bin/fping
RUN useradd -U -u 1000 flent
USER flent
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/220#issuecomment-857019602

[-- Attachment #2: Type: text/html, Size: 2056 bytes --]

  parent reply	other threads:[~2021-06-08 19:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27 12:17 [Flent-users] " Rich Brown
2021-01-27 12:49 ` [Flent-users] " Toke Høiland-Jørgensen
2021-01-28 23:05 ` Rich Brown
2021-06-08 19:02 ` xciter327 [this message]
2021-06-08 20:01 ` Toke Høiland-Jørgensen
2021-09-07 15:41 ` Teoh Han Hui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.flent.org/postorius/lists/flent-users.flent.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tohojo/flent/issues/220/857019602@github.com \
    --to=notifications@github.com \
    --cc=flent@noreply.github.com \
    --cc=reply+AHVNJP23GZ4GVBBAQF3UCCN6ZOP37EVBNHHC6Y4ERI@reply.github.com \
    --cc=subscribed@noreply.github.com \
    --subject='[Flent-users] Re: [tohojo/flent] Flent in Docker? (#220)' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox